List candidates for a position
Authentication
AuthorizationBearer
API key created in company settings, sent as Authorization: Bearer <key>.
Path parameters
id
The position ID.
Query parameters
take
Page size, max 100 (default 50).
cursor
Candidate ID to resume pagination from (from a previous nextCursor).
Response
Paginated candidates for the position.
data
nextCursor
Errors
401
Unauthorized Error
403
Forbidden Error
429
Too Many Requests Error