Create a new access token based on client ID and client secret.
Your partner client secret obtained from the "API Credentials" section of Monite Partner Portal. Note that the sandbox and production environment use different client secrets.
"14c84a34-282b-4fd8-8af6-86b5b5f2c212"
The type of the access token to generate:
client_credentials - partner-level access token,entity_user - entity user token.client_credentials, entity_user ID of the entity user to generate the access token for. Used only if grant_type is entity_user.
"7abd8744-507c-40e6-a5ca-34aa480b3991"
Successful Response
The access token. Send it in the Authorization: Bearer ACCESS_TOKEN header in subsequent API calls.
"L8qq9PZyRg6ieKGEKhZolGC0vJWLw8iEJ88DRdyOg"
The token expiration time, in seconds.
86400
Always "Bearer".
"Bearer"