Getting Started
Authentication
All endpoints under /v1/* require authentication. Health endpoints (/health, /health/ready) are public.
API Key
Include your API key as a Bearer token in every request:
Code
Your API key is provisioned by your account manager and is tied to your partner account. All queries are automatically scoped to your tenant — you will only see data belonging to your customer account.
Unauthorized Responses
If your API key is missing, invalid, or inactive, you will receive:
Code
Last modified on

