Base URL
Authentication
All endpoints require a Bearer token in theAuthorization header. See Authentication for details on creating and managing API keys.
Available endpoints
Jobs
| Method | Endpoint | Description |
|---|---|---|
GET | /api/v1/jobs | List all jobs |
GET | /api/v1/jobs/:id | Get a specific job |
Candidates
| Method | Endpoint | Description |
|---|---|---|
GET | /api/v1/candidates | List candidates |
POST | /api/v1/candidates | Create a candidate (JSON or multipart with resume) |
GET | /api/v1/candidates/:id | Get a specific candidate |
PATCH | /api/v1/candidates/:id | Update a candidate |
GET | /api/v1/candidates/:id/notes | List candidate notes |
POST | /api/v1/candidates/:id/notes | Add a note to a candidate |