Skip to main content
The meetergo Platform API lets you integrate scheduling directly into your application. Create users, manage availability, handle bookings, and connect calendars—all programmatically.

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

The Platform API is available on Enterprise plans. Contact sales to enable API access for your account.

Core API Resources

Authentication

The API uses API keys for authentication. Include your key in the Authorization header:
Most endpoints also require the x-meetergo-api-user-id header:
API keys are shown only once when created. Store them securely—you cannot retrieve them later.
See Authentication for complete details.

Quick Example

Create a fully functional platform user in a single API call:
Response:
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