π Coverage
Product + API FAQs
Clear answers for onboarding, integrations, bookings, billing, and developer usage.
Product + API FAQs
Top issues mapped
As features evolve
Create your account, connect calendar(s), define event types, and share your booking link.
Yes, team routing and role-based configuration are available for multi-user setups.
Create an event type, configure schedule windows, then share your public booking URL.
Yes, attendees can reschedule from confirmation links if the slot policy allows it.
Real-time busy checks and slot locking prevent conflicting reservations.
Zoom, Google Meet, and Microsoft Teams are supported for automatic meeting links.
Yes, Slack can receive booking and reminder notifications.
Yes, Outlook and Apple Calendar integrations are available via dedicated integration pages.
Billing settings, invoices, and plan updates are managed in your account settings.
Please review our Refund Policy for eligibility and processing terms.
Yes, all server-side calls require an API bearer token.
Authorization: Bearer pmc_live_xxxxxxxxxxxx
Call availability endpoint with event type, date, and timezone.
GET /v1/availability?eventTypeId=evt_demo
Validate signature, log requestId, and process with retries.
Header: X-PMC-Signature: sha256=...
401: token expired or invalid 422: required field missing 409: selected slot unavailable Tip: include requestId when contacting support