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>Last updated