What it’s for
- See the real response shape for an endpoint, run against your own data. Response bodies aren’t documented in the reference yet, so this is the way to see what comes back.
- Copy a snippet in the language you use — the playground generates the call for you.
- Confirm your key works end to end before wiring the API into your app.
- Shortlinks — create, read, update, delete, and read click statistics.
- Org Analytics — combined overview, time series, per-site time series, and live visitors.
- Org Dashboards — list, create, read, update, delete, and run a card.
- Stripe — connect, inspect, and disconnect a site’s revenue integration.
- User writes and discovery — identify or delete a user, update traits, and discover autocaptured names and property values.
- Additional operations — update a funnel, move a site, generate SQL with AI, read public tracking configuration and embed statistics, and manage your personal Anthropic key.
Authentication
The generated snippets use an API key asAuthorization: Bearer YOUR_API_KEY — the same credential you’ll use in production. Swap in a real key from your account settings to run a call.
Frequently asked questions
Does the playground include organization-level endpoints?
Does the playground include organization-level endpoints?
Yes. Org Analytics covers the organization overview, combined and per-site time series, and live visitors. Org Dashboards covers dashboard CRUD and running a SQL card across its permitted site scope.
Can I test shortlink and Stripe endpoints?
Can I test shortlink and Stripe endpoints?
Yes. The Shortlinks category covers CRUD and click statistics. The Revenue category includes connecting Stripe, checking connection health, and disconnecting it.
Where do I see an endpoint's response body?
Where do I see an endpoint's response body?
Run the endpoint in the playground against your own data. The public endpoint reference documents paths, methods, and parameters, but response schemas are not available yet.
Related
Analytics read API
The endpoints the playground runs.
API keys
Create the key the snippets need.
Scoped SQL query
Run raw SQL when reports aren’t enough.
API reference
Base URL, auth, and status codes.