Skip to content

Public API

Anonymous and embed-scoped access to public business data — discovery, schedules, and checkout. Call it whichever way fits how you're building.

ProtocolsGraphQL · MCP · UCPAuthOAuth

Choose how you call it

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 } } } }"}'