Sign in

Get event invitee

documented

Retrieve a specific invitee for a scheduled event.

GET /scheduled_events/{uuid}/invitees/{invitee_uuid}Scheduled Eventsno 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.calendly.com/scheduled_events/{{$uuid}}/invitees/{{$invitee_uuid}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "X-API-Key: {{CALENDLY_API_KEY}}"
Get event invitee · Calendly · OpenIntegrations