Header: https://{SERVER_ADDRESS}/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 |
Licence | {LICENCE_CODE} | Number assigned to you as your license code | Mandatory |
client_secret | {CLIENT_SECRET} | Passphrase provided by customer | Mandatory |
grant_type | client_idmobile | Static value which must be “client_idmobile” for the acquisition of the token | Mandatory |