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