Referencia APIv1CustomersCount

Count customers

GET
/v1/customers/count
X-API-Key<token>

Per-store API key created in the dashboard at Settings > Developer > API Keys.

In: header

Response Body

application/json

curl -X GET "https://api.whatalo.com/v1/customers/count"
{
  "data": {
    "count": 42
  }
}