Skip to main content
GET
List incentive IDs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

startCursor
string

The cursor to start from

size
number
default:10

The number of items to return

Required range: x <= 50
Example:

10

studyId
string

When provided, only incentives for this study are returned

Response

A paginated list of incentive IDs

A paginated list of incentive IDs

incentiveIds
string[]
required

The IDs of the incentives

total
number
required

The total number of incentives matching the query

pageInfo
object
required

Information about the current page