Discord
Quick questions and integration help.
Sales
Plans, limits and enterprise requirements.
API reference
Try the request in the playground first — it often answers the question.
Reporting an API problem
Include these four things and we can usually find it immediately:1
The request id
From
meta.request_id, error.request_id, or the X-Request-Id header. This is the
single most useful thing you can send — it locates your exact request in our logs.2
Method and path
For example
POST /v1/assessments/{id}/invitations. Redact ids if you’d rather, but
keep the shape.3
What you expected, and what you got
Including the status code and the
error.code.4
Whether it was a live or test key
Just the environment — never send the key itself. If a key has been exposed
anywhere, revoke it in Settings → API keys first; that takes effect immediately.