Tokens must be included in the Authentication HTTP header in all requests as a type Bearer.

'Authorization': 'Bearer <revocalize_api_key>'

Test everything is working correctly using the ping endpoint and curl:

Ping Test
curl -H "Authentication: Bearer " https://api.revocalize.ai/ping
{"ping":"pong"}