KaziRecruit
API root
This URL only serves the API paths listed below. Requests to
/ and other unmapped paths reach this page instead of the Kong
default "no Route matched" so a stray browser visit shows what belongs here.
Endpoints
| Path | Service |
|---|---|
/api/v1/req/* | Requisition |
/api/v1/pipeline/* | Pipeline |
/api/v1/offer/* | Offer |
Authentication
The backend verifies session JWTs but does NOT issue them — identity belongs to the Kaziforce platform. Send the token in one of these headers:
Authorization: Bearer <jwt>
Cookie: kazirecruit_session=<jwt>