Returns the payout counts for participants which have been paid for a project.
cURL
curl --request GET \ --url https://api-staging.respondent.io/v1/projects/{projectId}/screener-responses/payouts \ --header 'x-api-key: <x-api-key>' \ --header 'x-api-secret: <x-api-secret>'
[ { "userId": "<string>", "profileId": "<string>", "screenerResponseId": "<string>", "numberOfPayouts": 123, "payouts": [ { "incentive": 123, "tip": 123, "totalIncentive": 123, "createdAt": "<string>" } ] } ]
The response is of type object[].
object[]