Create a token

POST
/auth/token

Create a new access token based on client ID and client secret.

Headers

x-monite-versionstringRequired

Request

This endpoint expects an object.
client_idstringRequiredformat: "uuid"
client_secretstringRequired
grant_typeenumRequired
Allowed values: client_credentialsentity_user
entity_user_idstringOptionalformat: "uuid"

Response

Successful Response

access_tokenstring
expires_ininteger
token_typestring

Errors