Metrics

The one metric endpoint is public and does not require a Premium account.


GET /metric/users

Public endpoint. Provides a count of users.

Endpoint Example

Below is a live example that can be copy and pasted.

curl https://sandbox.crmjot.com/api/v0/metric/users -u "demo:jot_api_sand_01234demo56789_key"

Below is the expected result from that cURL call:

{
  "status": "success",
  "messages": [],
  "meta": {},
  "data": {
    "count": 1
  }
}