Teachfloor API
REST API for integrating with the Teachfloor platform.
Overview
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
Key Features
- 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
Quick Links
- Authentication - Get your API key
- Rate Limiting - Usage limits
- Errors - Error handling
- API Reference - Interactive documentation at docs.teachfloor.com
Getting Started
- Generate an API key from your Teachfloor dashboard
- Include it in the
Authorization
header - Make requests to the API endpoints
curl https://api.teachfloor.com/v0/members \
-H "Authorization: Bearer YOUR_API_KEY"
Available Resources
- 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.
Need Help?
Contact support through your Teachfloor dashboard.