post https://api-sandbox.orum.io/oauth/token
Contact us to access your Monitor payments portal, where you can set up login credentials and invite additional teammates.
Use this /oauth/token
endpoint to exchange API credentials created in Monitor (client_id and client_secret) for an access_token
.
To authenticate to all protected Orum endpoints, pass the access_token
in the Authorization header Bearer ${token}
.
The auth token is valid for one hour.