Billing information retrieval - GET method
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