Request Headers

The headers to include with each API request.

Every request you make to the Claimable API should include the following request headers.

Header NameValueDescription
Acceptapplication/jsonTells the API to respond with the JSON format. The Claimable API only supports JSON.
AuthorizationBearer {{YOUR_API_TOKEN}}Authenticates your API request with the provided API token.
Content-Typeapplication/jsonWhen making PATCH or POST request add this header to tell the Claimable API you're sending a JSON payload in the body of the request.
Accept: application/json
Content-Type: application/json
Authorization: Bearer {{YOUR_API_TOKEN}}