Chargefox
Help

Getting Started with Chargefox API

The Chargefox API enables customers to integrate Chargefox into their daily systems, such as importing session data from your charge stations or fleet vehicles.

Getting access


If you are a Chargefox fleet customer interested in using the API, speak to one of our team members or reach out via fleetsupport@chargefox.com.

Making a request


1. Choose an endpoint for your request

Once you have your auth token, you can select any of the endpoints from the selected domain’s API documentation.

2. Make a request with CURL

  1. Make sure you have your auth token
  2. Determine the endpoint you want to access
  3. Create the curl request
  4. Send it and receive a response!

Example request

curl --request GET --url 'https://app.chargefox.com/api/fleets/v1/usage' --header 'Authorization: Bearer owienfowienfwewo31Qownef2'