CustomerGauge 3.0 API Reference

CustomerGauge has powerful input/output features, using the Application Programming Interface (API).
The CustomerGauge API set allows the automatic exchange of data between a remote system (server or other device) and the CustomerGauge system.
Using the APIs that CustomerGauge provides you are able to send data into the system (CustomerGauge IN) or get reports out (CustomerGauge OUT).

The APIs are REST-based and we provide a sample code library for PHP. You can use the APIs by using
For single record transactions the GET request method may be suitable, but we recommend the cURL command for larger files and for maximum security.
API 3.0
For the new 3.0 API, we use well known interfaces, and several standard ‘methods’. The APIs are REST-based. You can use them with XML or JSON input/output. Files can be “POSTed” to the API for improved security.
We now follow a “CRUD” scheme – you can Create, Retrieve, Update and Delete records as needed. You can read all about the differences and new capabilities on the CustomerGauge Support Site.
Also see:
API 1.1.7 (1 May 2012)
We added Workflow to the API – you can now GET and SET workflow actions.
Full details here -v1.1.7 download (PDF)
API 1.1.5
- Full details are in the documentation package: v1.1.5 (19 November 2011) - download here.
- Download the code pack here (PHP code to get you started)
- Also useful: CustomerGauge API Webinar Presentation 21 October 2011 (for beginners it’s a good place to start).






