Auspace provides a billing REST API to access the individual Device and Tenant charges on an invoice. The API allows customers to integrate their own corporate billing applications for consuming the various charges. The API is hosted on the secure GAP platform. Access to the API is limited to specified GAP administrators and dedicated billing accounts.
It is envisaged that the API will be accessed via a customer billing application, allowing fully automated consumption of the charges. However, the API can be accessed via a web browser if manual consumption is required.
The billing endpoint URL follows the template below:
https://services-gap-<platform>-1.globalalerting.com/auspace/v1/<tenant code>/billing/get/<purchase order number>/<billing date YYYY_MM>
where:
For a manual example, follow the instructions below. The billing data has been anonymised and is for demonstration purposes only.
By default, the billing data is displayed in json format. The csv format is also available, by appending ?format=csv to the URL template above.