HTTP headers
Every API request must include the following three HTTP headers. You can verify yourAPI_TOKEN value in the manager account’s settings page in the back office.
| Name | Value | Example |
|---|---|---|
Authorization | Bearer {API_TOKEN} | Authorization: Bearer 60349266c8d9487eab7531b1a15d2480 |
Accept | application/json | Accept: application/json |
Content-Type | application/json | Content-Type: application/json |
