Sign in

List bookings for a profile

documented

Retrieve bookings for a specific booking page (profile).

GET /v1/{accountId}/profiles/{profileId}/bookingsProfilesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.youcanbook.me/v1/{{$accountId}}/profiles/{{$profileId}}/bookings{{$query}}" \\
  -u "{{$accountId}}:{{YOUCANBOOK_API_KEY}}" \\
  -X GET \\
  -H "Accept: application/json" \\
  -H "Content-Type: application/json"
List bookings for a profile · YouCanBookMe · OpenIntegrations