Get Authentication Token
POST {{voxeet-api-endpoint}}/v1/auth/token
You need a JSON Web Token in requests to this end point so you first use your consumer key and secret to authenticate to the OAuth2 endpoint.
Request Body
[{"name"=>"grant_type", "value"=>"client_credentials", "datatype"=>"string"}, {"name"=>"expires_in", "value"=>"3600", "datatype"=>"number"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Cache-Control | string |