List booking pages
documentedRetrieve all booking pages (profiles) for the account.
GET /v1/accounts/{accountId}/profilesProfilesno 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?fields={{$fields}}" \
-u "{{$accountUser}}:{{YOUCANBOOK_API_KEY}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json"