Skip to main content
GET
Retrieves draft nominations

Authorizations

Authorization
string
header
required

Access token obtained from the /oauth/token endpoint using your client credentials.

Query Parameters

cursor
string

Opaque pagination cursor returned as pagination.nextCursor by a previous call. Omit to start from the first page.

limit
integer<int32>

Maximum number of draft nominations to return per page. Defaults to 50; values are clamped to the range 1–200.

Response

OK

Response returned by Get Draft Nominations.

data
object[]

Draft nominations on this page.

pagination
object

Pagination details for the result set.