Getting Started
Finding your API Endpoint
The first step towards integration is finding your endpoint and credentials.
- Log in to ChargeOver, and click the settings gear/cog in the top right
- Choose "Developer" from the left-side navigation menu
- Choose "REST API"
- Enable the API, and copy your API credentials and API endpoint
- Click the save button to save the configuration
Visit this URL to make your first API request:
(substitute your own application/domain name into the above string!)
To retrieve a list of data from ChargeOver, use a HTTP GET request:
To retrieve a subset of the items in a list (e.g. records 10 to 25) you can use the offset and limit parameters (just like in an SQL database):
To retrieve a specific record from ChargeOver, use a HTTP GET request and specify the record id: