Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Query customer and organization data.
query { me { id name email organization { id name tier apiQuota { requestsPerMinute calculationsPerDay used { requests calculations } } } } }
query { customer(id: "cust_123") { id name email impactProfile { totalCo2Saved badges { name tier earnedAt } milestones { name current target percentage } } } }
id
query { customers(first: 20, after: "cursor_abc") { totalCount edges { node { id name email tier } cursor } pageInfo { hasNextPage endCursor } } }
first
after