Header
The Partners API uses POST
, PUT
, and GET
requests to communicate and HTTP standard response codes to indicate status and errors. All responses come in standard JSON. All requests must include a Content-Type of the application/JSON and the body must be valid JSON.
Every Partner API request expects a bearer token as the 'Authorization' header. The public key should be used as the bearer token.
Authorization
Header | Description |
---|---|
Authorization | Bearer token supplied to you on request |
Content-Type | Set content-type to application/json |
Bearer Token
Bearer
Public key