Base URL
What you can do
- Accounts — list your workspace’s accounts with health, ARR, plan, and owner.
- Signals — read open signals, or record your own against an account.
- Product events — push Segment-style usage events that feed health, signals, and activation.
- Metric events — push typed, idempotent events into the metrics engine.
Response format
List endpoints return adata array and a meta object:
error string, sometimes with detail or code:
Conventions
- Pagination —
limit(default 50, max 100) andoffseton list endpoints. - Status codes —
401missing or invalid key,403insufficient scope or API not enabled,404resource not in your workspace,429rate limited. - Idempotency — event ingest dedupes on an id you provide (
source_event_idorexternalId), so retries are safe.
Server-key API access (
gt_live_ keys) is enabled per workspace. If you get
403 API v1 is not enabled for this workspace, enable it in your workspace
settings or contact support.Quickstart
Make your first request and send your first event.
Authentication
API key types, scopes, and error codes.