Header: https://{SERVER_ADDRESS}/oauth/ACCESS_TOKEN/
The value {SERVER_ADDRESS} is the address of the DQE server that will process the data.
Simply add the parameters below in the Body to "x-www-form-urlencoded":
Parameter | Expected value type | Value description |
Mandatory/ Optional |
access_token | {TOKEN} | Temporary Service Call Licence | Mandatory |
refresh_token | {REFRESH_TOKEN} | Token to extend your license | Mandatory |
scope | refresh_token | Static value that must be "refresh_token" to renew the token | Mandatory |
This operation will be valid only if your "token_refresh" is valid (maximum duration is 10 minutes).
Otherwise, an http 400 or 401 exception will be returned.