Authentication

The Voxity's API uses API keys to authenticate requests. You can view and manage your API keys in the Voxity Consolearrow-up-right.

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>
circle-info

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

Last updated