IDMobile Token POST request
Use this endpoint to generate an IDMobile access token, using the POST method.
Related IDMobile Token documentation:
- ID Mobile introduction
- IDMobile Token GET request
- IDMobile Token response
- IDMobile Swagger documentation
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