Endpoint:
https://{SERVER_ADDRESS}/ACCESS_TOKEN/
Method: POST
Add the following parameters in the request body using x-www-form-urlencoded.
| Parameter | Value | Description | Mandatory/Optional |
|---|---|---|---|
| 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