API Reference
TechClass REST API — manage users, courses, enrollments, and more programmatically.
Overview
The TechClass REST API gives you full programmatic access to your platform data. Use it to integrate TechClass with your existing tools, automate workflows, or build custom applications on top of the platform.
Base URL
https://connect.techclass.com/v1Authentication
All API requests must include a valid API key in the Authorization header:
Authorization: Bearer YOUR_API_KEYYou can generate API keys from your organization's admin portal Configuration → Integrations page.
Rate Limits
All tenants are limited to 100 requests per minute.