Authentication

The User Management API (UM API) uses the OAuth2 client credentials flow to generate time-bound bearer tokens. Bearer tokens expire after 3600 seconds.

To start, you'll need the following OAuth details:

  • Client ID
  • Client secret

Using the OAuth details above, call the Get access token endpoint to generate a bearer token. Once you have a token, use bearer authentication to call all other UM API endpoints.

ℹ️ Info: This API is currently in BETA release.

Did this page help you?