Authentication
Setup Authentication
To get started using the Revocalize API, you’ll need to generate an API Key through your Revocalize dashboard: www.revocalize.ai/settings/api-keys.
Tokens must be included in the Authentication
HTTP header in all requests as a type Bearer
.
Test everything is working correctly using the ping endpoint and curl:
Ping Test