YouCanBookMe
Online appointment scheduling and booking system
| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://api.youcanbook.me/v1 | link | — | — | — |
Actions (9)
Bookings · 5
- Create bookingPOST /v1/bookings
Create a new booking on the account (payload includes start time, timezone, participants, and answers).
documented - Get booking by IDGET /v1/bookings/{bookingId}
Retrieve a booking by its ID.
documented - List bookings by profile IDsGET /v1/bookings?profileIds={profileIds}
List bookings filtered by one or more profile IDs; supports pagination.
documented - List bookings for accountGET /v1/accounts/{accountId}/bookings
Retrieve bookings for the given account; supports pagination via the Link header.
documented - Query bookingsGET /v1/accounts/{accountId}/bookings/query
Query bookings with time-range criteria; supports pagination up to 500 bookings per page.
documented
Profiles · 4
- Create One-Time Booking LinkPOST /v1/profiles/{profileId}/intents
Create a One-Time Booking Link (OTBL) for the given profile.
documented - Create booking on profilePOST /v1/profiles/{profileId}/bookings
Create a new booking on a specific booking page (profile).
documented - List booking pagesGET /v1/accounts/{accountId}/profiles
Retrieve all booking pages (profiles) for the account.
documented - List bookings for a profileGET /v1/{accountId}/profiles/{profileId}/bookings
Retrieve bookings for a specific booking page (profile).
documented