API - Authentication - OAuth2 - GET

Support DQE
Support DQE
  • Updated

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

Related documentation:

Endpoint

https://{SERVER_ADDRESS}/oauth/access_token/?client_secret={CLIENT_SECRET}&scope={SCOPE}&client_id={LICENCE_CODE}

Replace the values in braces with your own information:

Parameter Value Description Mandatory/Optional
SERVER_ADDRESS {SERVER_ADDRESS} Address of the DQE server that will process the data. Mandatory
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