
Homeschool Hive
Complete API collection for Homeschool Hive platform. Includes authentication, groups, events, payments, and user management.
## Getting Started
1. Import this collection into Postman
2. Import the environment file (Homeschool_Hive_Environments.json)
3. Set up authentication by running the 'Login' request
4. The bearer token will be automatically set for subsequent requests
## Authentication
This API uses Supabase authentication with Bearer tokens. Most endpoints require authentication.
## Base URLs
- **Development**: `http://localhost:3000/api/v1`
- **Production**: `https://api.homeschoolhive.co/api/v1`
## Rate Limiting
API requests are rate limited. Current limits:
- 100 requests per minute for authenticated users
- 20 requests per minute for unauthenticated endpoints
This documentation requires a password to access