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:
code, a safe message, and a doc_url:
error.code, not on the message. See Errors for the full list of codes.
Conventions
- Pagination:
limit(default 50, max 100) andoffseton list endpoints. - Errors: every failure returns
error.code,error.message, anderror.doc_url. Codes are stable and map one-to-one to an HTTP status. See Errors. - 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.