Header: https://{SERVER_ADDRESS}/ACCESS_TOKEN/?client_secret={CLIENT_SECRET}&grant_type=client_idmobile&licence={LICENCE_CODE}
Simply replace the items in braces with your information:
Parameter | Expected value type | Value description | Mandatory/Optional |
Adresse serveur | {SERVER_ADDRESS} | Address of the DQE server that will process the data | Mandatory |
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 |