List candidates for a position

Authentication

AuthorizationBearer

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

Path parameters

idstringRequired
The position 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 position.
datalist of objects
nextCursorstring or null

Errors

401
Unauthorized Error
403
Forbidden Error
429
Too Many Requests Error