List candidates for a listing

Authentication

AuthorizationBearer

API key created in company settings, sent as Authorization: Bearer <key>.

Path parameters

idstringRequired
The listing ID.

Query parameters

takeintegerOptional1-100Defaults to 50

Page size, max 100 (default 50).

cursorstringOptional

Candidate ID to resume pagination from (from a previous nextCursor).

Response

Paginated candidates for the listing.
datalist of objects
nextCursorstring or null

Errors

401
Unauthorized Error
403
Forbidden Error
429
Too Many Requests Error