API - Authentication

Support DQE
Support DQE
  • Updated

Use OAuth2 authentication when you want to generate a temporary Bearer token before calling DQE APIs.

The OAuth2 flow uses your licence code, client secret and requested scope to return an access token with a limited validity period.

OAuth2 authentication flow

  1. Choose the DQE API scope you want to access.
  2. Request an OAuth2 token using either the GET or POST method.
  3. Read the token returned in the JSON response.
  4. Use the token as a Bearer token when calling the relevant DQE API.

Related OAuth2 documentation

Note: You can also include an API key directly in API calls when OAuth2 is not required for your integration.

DQE API authentication overview

Related to

Was this article helpful?

0 out of 0 found this helpful