API - Authentication - OAuth2 - POST

Support DQE
Support DQE
  • Updated

Use this endpoint to generate an OAuth2 access token using the POST method.

Related documentation:

Endpoint

https://{SERVER_ADDRESS}/oauth/access_token/

Method: POST

Add the following parameters in the request body using x-www-form-urlencoded.

Parameter Value Description Mandatory/Optional
client_id {LICENCE_CODE} Number assigned to you as your licence code. Mandatory
client_secret {CLIENT_SECRET} Passphrase provided by DQE Software. Mandatory
scope {SCOPE}

Defines the requested authorization scope. Available values include:

  • client_address — DQE Address APIs
  • client_phone — DQE Phone APIs
  • client_email — DQE Email APIs
  • client_idcheck — DQE ID Check APIs
  • client_general — multiple DQE APIs
  • client_b2b — DQE B2B APIs
  • client_civility — DQE Name APIs
Mandatory

Related to

Was this article helpful?

0 out of 0 found this helpful