Create a token

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

Headers

x-monite-versionstringRequired

Request

This endpoint expects an object.
client_idstringRequired
client_secretstringRequired
grant_type"client_credentials" or "entity_user"Required
Allowed values: client_credentialsentity_user
entity_user_idstringOptional

Response

This endpoint returns an object.
access_tokenstring
expires_ininteger
token_typestring

Errors