https://api.thanxsandbox.com/partner
https://api.thanx.com/partner
X-ClientId
headerAuthorization
headerHEADER | Value | Description |
---|---|---|
Authorization | Bearer {access_token} | This value should be set to provided access token |
X-ClientId | {client_id} | This value should be set to the provided client ID |
Accept-Version | v4.0 | This value must be specified in API calls. This denotes the current API version that is in use. Any other value specified will cause undefined behavior and may risk API access revokation. |
Content-Type | application/json | This value specifies the request body format. Only JSON is supported at this time. |
User-Agent | {partner}/1.0.0 | This value should be set to something that indicates the name of the partner. This is useful for debugging purposes. |
429 Too Many Requests
once these limits are crossed.
Rate-limited API requests can and should be retried. One such strategy to handle
this is through an exponential backoff strategy.
Should your specific integration use-case require higher API throughput, please
reach out to integrations@thanx.com
to request an increase to these default values.