Common

The following headers are required for all API requests.

Request Headers

When making API requests, the following headers must be included:

HeaderValue FormatDescription
AuthorizationBearer {token}Authorization token obtained from the authentication service.
Content-Typeapplication/jsonSpecifies that the request body is in JSON format.
source{source}Indicates the source of the request (e.g., website, android, ios, mweb).
authorization-typeexternal-serviceSpecifies the authorization type.

Example Usage:

Authorization: Bearer abcdef1234567890
Content-Type: application/json
source: website
authorization-type: external-service