REST API for integrating with the Teachfloor platform.
The Teachfloor Public API provides programmatic access to your organization's data, enabling you to build integrations, automate workflows, and extend the platform's functionality.
Base URL: https://api.teachfloor.com
- RESTful design - Standard HTTP methods (GET, POST, PUT, DELETE)
- JSON responses - Easy to parse and work with
- Resource-oriented - Predictable URL structure
- Comprehensive - Access courses, members, activities, and more
- Authentication - Get your API key
- Rate Limiting - Usage limits
- Errors - Error handling
- API Reference - Interactive documentation at docs.teachfloor.com
- Generate an API key from your Teachfloor dashboard
- Include it in the
Authorizationheader - Make requests to the API endpoints
curl https://api.teachfloor.com/v0/members \
-H "Authorization: Bearer YOUR_API_KEY"- Activities - Retrieve activity completion data
- Courses - Manage courses and enrollments
- Members - Access member information
- Custom Fields - Work with custom field data
See the full API Reference for complete endpoint documentation.
Contact support through your Teachfloor dashboard.