Productsup
CDE APIApi referenceApplication

List_secret_registrations

Sign in to run requests against the CDE API.
GET
/secret-registrations

Authorization

oAuth2AuthCode
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://cde.staging.productsup.com/secret-registrations"
{
  "message": "successful request",
  "data": [
    "amazon",
    "google"
  ]
}
{
  "message": "You have to be authorized to access this resource."
}
{
  "message": "Access denied for user."
}

How is this guide?