Try it
Each endpoint page has a Try it button. To use it:- Choose the Demo server.
-
Paste the sandbox key into Authorization:
- Choose Send.
Servers
The basics
- Send your key as
Authorization: Bearer sw_live_…. See Keys and scopes. - Each endpoint page names the scope it needs.
- Lists come back as
{ data, nextCursor }. See Pagination. - Errors come back as
{ error: { code, message } }. See Errors. - Each key can make 120 requests a minute. See Rate limits.
- Times are UTC in ISO 8601 (
2026-09-24T18:30:00.000Z). Dates areYYYY-MM-DD.