Step 1: Get your API key
Follow the Authentication guide to create an API key in your org settings. You’ll need it for every request.Step 2: Verify your key works
The/v1/ping endpoint confirms your key is valid and shows which organisation it belongs to.
401, double-check that:
- Your key starts with
ei_live_ - The header format is exactly
Token token=ei_live_...(note the space beforetoken=) - The key has not been revoked in your org settings
Step 3: Fetch your sessions
Once your key is verified, you’re ready to pull real data.What’s next?
Sessions
List completed sessions, filter by tutor or student, and pull session details.
Invoices
Fetch invoices by organisation, parent, or date range for accounting reconciliation.