Billing information retrieval - POST method
Endpoint:
https://{SERVER_ADDRESS}/GET/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 |
| token | {TOKEN} | Token retrieved through authentication. | Mandatory |
| scope | {SCOPE} | Static value. Must be client_idmobile for this scope. | Mandatory |
Related to