Job Board API
The Job Board APIs expose a secure, public interface to list campaigns, collect applications, verify candidates, and submit data into CoffeeRMS without authentication. All endpoints are public and token-driven.Endpoints Overview
| Category | Endpoint | Purpose |
|---|---|---|
| Job Listing | GET /public/campaigns | Fetch public job listings |
| Job Meta | GET /public/campaigns/{token}/apply-meta | Get job + application form metadata |
| Apply | POST /public/campaigns/{token}/apply | Submit job application |
| Resume Parsing | POST /public/candidates/parse-resume | Parse resume to structured data |
| Email OTP | POST /public/candidates/email-otp/send | Send verification OTP |
| Email OTP | POST /public/candidates/email-otp/verify | Verify OTP code |