Create a token
Create a new access token based on client ID and client secret.
Your partner client ID obtained from the “API Credentials” section of Monite Partner Portal. Note that the sandbox and production environment use different client IDs.
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.
The type of the access token to generate:
client_credentials - partner-level access token,entity_user - entity user token.ID of the entity user to generate the access token for. Used only if grant_type is entity_user.
The access token. Send it in the Authorization: Bearer ACCESS_TOKEN header in subsequent API calls.