Authorization Headers
Edited
In API calls & webhooks, use the following headers to authorize your connection:
Depending on your interface, it accept a Key/Value pair in some way. Here is the info formatted as 'Key' : 'Value' below:
Note, casing matters! "Accept" is not the same as "accept."
Accept : application/json
Authorization : Bearer (your thanks API key. Note the space after 'Bearer.')
UI-based example: