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