CustomerGauge

CustomerGauge API Reference v1.1.5

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

  1. a cURL[1] command line to transfer a file, or
  2. a http:// request using a GET[2] request method

For single record transactions the GET request method may be suitable, but we recommend the cURL command for larger files and for maximum security.

You need an API key to start working on this – you can find this in the Admin Area of CustomerGauge.

CustomerGauge API Methods


Destination URL:

https://www.cg-express.com/api?method=CG-Upload&key=XXXXXXXXXXXXXXXXXX 



CustomerGauge