Welcome to the WhenMeet API! This modern REST API allows you to programmatically:
- Check availability for meeting links
- Create and manage scheduling events
- Access meeting link information
- Integrate WhenMeet into your applications
Authentication
All API endpoints require authentication using a Bearer token. To get started:
- Sign in to your WhenMeet account
- Generate an API token at /mcp-auth
- Include the token in your requests:
Authorization: Bearer YOUR_TOKEN
Rate Limits
API requests are rate limited to ensure fair usage:
- General requests: 100 per minute
- Event creation: 10 per minute
Base URL
https://whenmeet.me/api/v1
API Specification
Download the OpenAPI specification:
- OpenAPI 3.0 JSON Specification - Import this into Postman, Insomnia, or your favorite API client
- View the interactive documentation below for a complete API reference