Acquire a JWT authentication token
POST {{voxeet-api-endpoint}}/v1/auth/token
Acquire a JWT (JSON Web Token) format access token, make sure to use this API against api.voxeet.com/v1
. Use this API to obtain a JWT token to access Monitor 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) |