Building with an AI assistant
Point your assistant at our MCP server and it can search these docs while it writes your integration—no copy-pasting endpoints into a chat window.MCP Server
Connect Claude, Cursor, ChatGPT or any MCP client to the meetergo knowledge base
The MCP server is read-only: it searches documentation. Bookings, availability
and calendar changes go through the REST API below—which is exactly what your
assistant will write against.
Base URL
All API requests should be made to:Interactive Documentation
Explore the full API with our interactive Swagger UI:API Specification
Browse endpoints, see schemas, and test API calls
API Access Levels
meetergo offers two types of API access:Personal Access Token
Essentials plan and aboveActs as you, with your role’s permissions. An admin’s token can read and manage workspace-wide data. Ideal for Zapier, CRM syncs, and workspace automations.Get your token →
Platform API Key
Enterprise / API PlatformFull access for building multi-tenant applications, creating users programmatically, and white-label integrations.Contact sales →
Core API Resources
Authentication
Both credentials go in theAuthorization header:
x-meetergo-api-user-id header to choose the acting user. Personal Access Tokens never use this header:
Quick Example
Create a fully functional platform user in a single API call:The user is immediately ready for bookings! The
bookingUrl can be shared with customers right away.Rate Limits
When rate limited, you’ll receive
429 Too Many Requests. Implement exponential backoff for retries.
Error Handling
Error Response Format
Support
Interactive Docs
Explore the full API specification
API Support
Contact our API support team