Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Search parameters to get incentives within your workspace
The ID of the study
Filter option to search for people
Pagination arguments. Use startCursor from the result of the endCursor of the response to get the next page. Pagination in reverse is not currently supported
Example:
{ "size": 10 }