List bookings for a profile
documentedRetrieve bookings for a specific booking page (profile).
GET /v1/{accountId}/profiles/{profileId}/bookingsProfilesno implementation yet0 runsNo 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"