Common
The following headers are required for all API requests.
Request Headers
When making API requests, the following headers must be included:
| Header | Value Format | Description |
|---|---|---|
| Authorization | Bearer {token} | Authorization token obtained from the authentication service. |
| Content-Type | application/json | Specifies that the request body is in JSON format. |
| source | {source} | Indicates the source of the request (e.g., website, android, ios, mweb). |
| authorization-type | external-service | Specifies the authorization type. |
Example Usage:
Authorization: Bearer abcdef1234567890
Content-Type: application/json
source: website
authorization-type: external-serviceUpdated 10 months ago
