Authentication

The API accepts 2 different authentication methods:

Token-Sandbox (oauth2)

Use the below details to generate the access token for Sandbox environment. To generate the access token, use the client_id and client_secret provided to the customer. The generated token must be sent in the Authorization HTTP header. The type of the access token is ``Bearer'. Scope property is optional.

Flow type clientCredentials
Token URL https://cataloguedomain.auth.eu-west-1.amazoncognito.com/oauth2/token
Scopes
  • write:

    Write access

Token-Production (oauth2)

Use the below details to generate the access token for Production environment. To generate the access token, use the client_id and client_secret provided to the customer. The generated token must be sent in the Authorization HTTP header. The type of the access token is ``Bearer'. Scope property is optional.

Flow type clientCredentials
Token URL https://cataloguedomain.auth.eu-west-1.amazoncognito.com/oauth2/token
Scopes
  • write:

    Write access