Candidates
List candidates
Lists candidates visible to the authenticated company.
GET
List candidates
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page size. Defaults to 25. Maximum 100.
Required range:
1 <= x <= 100Opaque cursor returned by the previous page.
Filter by numeric job id.
Required range:
x >= 1Filter by normalized candidate email.
Filter by stage. Candidate pipeline stages currently accepted by the public API.
Available options:
prospect, applied, phonescreen, inprogress, hired, rejected ISO8601 timestamp lower bound for created_at.
ISO8601 timestamp exclusive upper bound for created_at.
ISO8601 timestamp lower bound for updated_at.
Sort field.
Available options:
created_at, updated_at, name Sort order.
Available options:
asc, desc Previous
Create candidateCreates a candidate under a job owned by the authenticated company.
Supports either:
- `application/json` for metadata-only candidate creation
- `multipart/form-data` when uploading a resume file
When a resume is uploaded, it is processed asynchronously. The
`resume_data` field may be `null` in the immediate response and will
populate once processing completes.
Next
List candidates