Skip to main content

Getting Started

Finding your API Endpoint

The first step towards integration is finding your endpoint and credentials.

  1. Log in to ChargeOver, and click the settings gear/cog in the top right
  2. Choose "Developer" from the left-side navigation menu
  3. Choose "REST API"
  4. Enable the API, and copy your API credentials and API endpoint
  5. 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: