Analytics

Last-30-days rollup

Returns aggregate counts for the trailing 30 days — conversations, messages, leads captured, and resolution rate — for the workspace, or for one chatbot when `chatbot_id` is supplied.

GET/api/v1/analytics/summary

Query parameters

Prop

Type

Response 200

Prop

Type

Errors

  • 401 — Missing or invalid API key
  • 429 — Rate limit exceeded

Every error shares one envelope.

Example

curl https://www.hey.support/api/v1/analytics/summary \
  -H 'Authorization: Bearer hs_live_…'