Sign in

List recipients

documented

List recipients for a survey.

GET /surveys/{survey_id}/recipientsSurveysno 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.feedback.callexa.com/v1/surveys/{{$survey_id}}/recipients?query={{$query}}&page={{$page}}&limit={{$limit}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "X-Api-Key: {{FEEDBACK_API_KEY}}" \
  -H "X-Feedback-Secret: {{FEEDBACK_SECRET}}"
List recipients · Callexa Feedback · OpenIntegrations