HeaderTypeRequiredDescription
AuthorizationstringRequired unless Reward-Redemption-Token is suppliedAll Thanx Loyalty API endpoints are protected and must be authorized via end user access tokens. These access tokens can be retrieved through an integration with Thanx SSO. The format of the header should be: Bearer access_token
Content-TypestringRequiredThe only accepted value is application/json
AcceptstringRequiredThe Accept header specifies which version of the Thanx API that should be used. The current version is v1 for the vendor thanx. This header is required for every request. The value should be application/vnd.thanx-v1+json. Thanx will notify you when a new API version is available.
Merchant-KeystringRequiredThe Merchant key header identifies the merchant in Thanx. The value for this key will be provided to you by Thanx.
Reward-Redemption-TokenstringRequired if POS coupon codes integration enabledSee details on here.