Authentication

The Voxity's API uses API keys to authenticate requests. You can view and manage your API keys in the Voxity Console.

Authentication to the API is performed via bearer authentication (a.k.a. token authentication). Provide your API token in the Authorization header when making requests to protected resources.

Authorization: Bearer <API KEY>

All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.

Last updated