Productsup
CDE APIApi referenceMigrations

Get list of destinations.

Sign in to run requests against the CDE API.
GET
/migrations/destinations

Authorization

oAuth2AuthCode
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

curl -X GET "https://cde.staging.productsup.com/migrations/destinations"
{
  "message": "You have to be authorized to access this resource."
}
{
  "message": "Access denied for user."
}

How is this guide?