Endpoint:
https://{SERVER_ADDRESS}/ACCESS_TOKEN/?client_secret={CLIENT_SECRET}&grant_type=client_idmobile&licence={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 |
| licence | {LICENCE_CODE} |
Number assigned to you as your license code. | Mandatory |
| client_secret | {CLIENT_SECRET} |
Passphrase provided by the customer. | Mandatory |
| grant_type | client_idmobile |
Static value required to generate the token. | Mandatory |
Related to