Sign in

List booking pages

documented

Retrieve all booking pages (profiles) for the account.

GET /v1/accounts/{accountId}/profilesProfilesno 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?fields={{$fields}}" \
  -u "{{$accountUser}}:{{YOUCANBOOK_API_KEY}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"