Connect TutorCruncher
Tutoring management — scheduling, billing, and CRM for education.
API Key Needed2 minutes
What you need:An API key from your TutorCruncher account.
Prerequisites
- An active TutorCruncher tutoring/education account.
Step-by-step instructions
- Log in to your TutorCruncher account.Go to https://secure.tutorcruncher.com and sign in.
- Navigate to Settings → Integrations.From the sidebar, click Settings, then look for Integrations or API in the submenu.
- Generate an API token.Click Generate Token or Create API Key. The key is passed as Authorization: Token {key} in all requests. Copy it and store it securely.
Where to paste in EarliestAppointment: In Dashboard → Calendar Sync, select TutorCruncher. Paste your API key.
Tips
- TutorCruncher refers to appointments as lessons. We pull lesson data to determine busy times.
- The API uses Django REST Framework patterns — filter with __gte, __lte suffixes on date fields.