Use this endpoint to generate an OAuth2 access token using the GET method.
Related documentation:
- Authentication overview
- OAuth2 POST request
- OAuth2 response format and errors
- OAuth2 Swagger 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:
|
Mandatory |
Related to