Use this endpoint to retrieve IDMobile Billing information after consent, using the POST method.
Related IDMobile Billing documentation:
- ID Mobile introduction
- Billing Consent response
- Billing Retrieval GET request
- Billing Retrieval response
- IDMobile Billing Swagger documentation
IDMobile Billing Retrieval POST request
Endpoint
https://{SERVER_ADDRESS}/GET/
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 |
| token | {TOKEN} |
Token retrieved through authentication. | Mandatory |
| scope | {SCOPE} |
Static value. Must be client_idmobile for this scope. |
Mandatory |
Related to