Sign in

Get All Registrations for an Event

documented

List all registrations for a specific event track.

GET /events/{event_id}/tracks/{tracks_id}/registrationsEventsno 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.cc.email/v3/events/{{$event_id}}/tracks/{{$tracks_id}}/registrations?limit={{$limit}}&page={{$page}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Api-Key: {{CONSTANTCONTACT_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Get All Registrations for an Event · Constant Contact · OpenIntegrations