List recontact respondent IDs
GET/demand/accounts/:account_id/projects/:project_id/target-groups/:target_group_id/recontacts/rsids
This endpoint returns a paginated list of all Respondent IDs (RSIDs) eligible for recontact on this Target Group. Use the start_after parameter with the next_cursor value from a previous response to navigate through pages.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Returns a paginated list of respondent IDs.
A request is not valid and can't be processed.
A request is unauthorized.
A requested is forbidden.
A requested resource isn't found.
A request failed due to an internal error.