Retrieve an access token for a client
POST {{voxeet-session-endpoint}}/v1/oauth2/token
This API supports the customers to implement secure authentication for their mobile and desktop clients. Customer's server application can use this API to acquire an access token on behalf of a client, then passes the access token to the client.
Note
This API is only available for
session.voxeet.com
. Even though theOAuth2
terminology is used in the following APIs, they are notOAuth2
compliant. We are actively working on improving our authentication APIs.
Request Body
[{"name"=>"grant_type", "value"=>"client_credentials", "datatype"=>"string"}, {"name"=>"expires_in", "value"=>"3600", "datatype"=>"number"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Cache-Control | string | ||
Content-Type | string | (Required) |