ping

GET /api/3.0/ping

Show API connection details and latency.

Public API

If the Public API is enabled, unauthenticated users can make requests to the /ping endpoint. Both the public and authenticated responses are identical.

 1{
 2    "version": "3.0",
 3    "account_id": 1,
 4    "host_id": "your-company.checkfront.com",
 5    "name": "Your Company",
 6    "locale": {
 7        "id": "en_US",
 8        "lang": "en",
 9        "currency": "CAD"
10    },
11    "request": {
12        "status": "OK",
13        "resource": "ping",
14        "records": 1,
15        "limit": 0,
16        "page": 1,
17        "pages": 1,
18        "time": 0.0009,
19        "method": "get"
20    },
21    "pong": {
22        "remote_addr": "0.0.0.0",
23        "time": 1507249065,
24        "timezone": "Canada/Pacific",
25        "provider": "API Console"
26    }
27}