Skip to main content
GET
/
contacts
/
{contactId}
/
stats
Get contact statistics
curl --request GET \
  --url https://api.getarbol.com/v1/contacts/{contactId}/stats \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": {}
  },
  "requestId": "<string>"
}

Authorizations

Authorization
string
header
required

Use your API key from the Arbol dashboard. Go to Settings > API Keys to generate one.

Path Parameters

contactId
string
required

Contact ID (cnt_ prefix)

Response

Contact statistics