Public API
Public API
Anonymous and embed-scoped access to public business data — discovery, schedules, and checkout. Call it whichever way fits how you're building.
Choose how you call it
GraphQLQuery exactly the fields you want over a single endpoint. Bearer-JWT auth, a full schema reference, and a Try-It console.https://go.sessions.website/api/graphqlMCPTask-shaped tools for AI assistants over the Model Context Protocol — browse schedules, price checkout, and manage a viewer's registrations.https://go.sessions.website/api/mcp
Quickstart
One request, no setup — call the GraphQL endpoint with any HTTP client.
bash
curl https://go.sessions.website/api/graphql \
-H 'Content-Type: application/json' \
--data '{"query":"{ me { user { id name { full } } } }"}'