Skip to content

List distributors for a survey

GET
/surveys/{surveyId}/distributors
curl --request GET \
--url 'https://app.surveyrock.com/api/v1/surveys/example/distributors?limit=50' \
--header 'Authorization: Bearer <token>'

GET /api/v1/surveys/{surveyId}/distributors

Requirements: 6.1–6.5

surveyId
required
string
cursor
string
limit
integer
default: 50 >= 1 <= 100

Paginated list of distributors

Survey not found