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.
Acceptis not the same asaccept. Include a space afterBearerbefore your API key.
Below is an example of what this looks like in a UI-based tool:
