Productsup
CDE APIApi referenceApplication

List_authentications

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

Authorization

oAuth2AuthCode
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://cde.staging.productsup.com/authentications"
{
  "message": "successful request",
  "data": [
    {
      "id": 1,
      "name": "First authentication"
    },
    {
      "id": 2,
      "name": "Second authentication"
    }
  ]
}
{
  "message": "You have to be authorized to access this resource."
}
{
  "message": "Access denied for user."
}

How is this guide?