Skip to main content
Sandbox API requests will take JSON-encoded payloads, query, and path parameters and provide standard JSON-encoded responses. All GET and DELETE API requests take path and/or query parameters. Meanwhile, POST API request accepts JSON-encoded body. Please note that there might be some exceptions which will be informed in the API doc and reference. In some APIs, the JSON body will be in a sheet structure format.

Headers

Below are the headers that are present in Sandbox APIs
HeaderMandatoryDescriptionExample
x-api-keyYesAPI keykey_live_SIethxxxxxxxx
authorizationYesJWT access token / Resource owner tokeneyJhbGcxxxxx.eyJhdJxxxx.Si29xxxxx
x-api-secretNoAPI secret. Required in Authenticate API to generate JWT access tokensecret_live_xxxxxxxxxxx
x-api-versionNoAPI version1.0
x-sourceNoSpecify the source. Default is primarysecondary
Cache-ControlNoSend with value as no-cache to get latest datano-cache
Content-TypeNoThe content type being sent in the requestapplication/json