List scheduling links
documentedList existing scheduling links.
GET /scheduling_linksScheduling Linksno 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.calendly.com/scheduling_links?max_event_count={{$max_event_count}}&owner_type={{$owner_type}}&owner={{$owner}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json"