The headers to include with each API request.
Every request you make to the Claimable API should include the following request headers.
Header Name | Value | Description |
---|---|---|
Accept | application/json | Tells the API to respond with the JSON format. The Claimable API only supports JSON. |
Authorization | Bearer {{YOUR_API_TOKEN}} | Authenticates your API request with the provided API token. |
Content-Type | application/json | When 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}}