Skip to main content

Authorization Headers

When making API calls or setting up webhooks, use the following headers to authorize your connection.

Your tool or interface will accept these as a Key/Value pair. The format below shows 'Key' : 'Value':

Accept : application/json
Authorization : Bearer YOUR_API_KEY

Note: Casing matters. Accept is not the same as accept. Include a space after Bearer before your API key.

Below is an example of what this looks like in a UI-based tool:

Authorization headers example in a UI-based tool