Changelog
v1 — 2026
Initial release of the EmployJoy Partner API.
Endpoints
GET /api/v1/external/jobs— Discover open positionsPOST /api/v1/external/applications— Submit candidatesGET /api/v1/external/applications/:id— Check application statusGET /api/v1/external/applications— List submitted applications
Webhooks
application.status_changed— Terminal hiring decisionsjob.opened— New positions availablejob.closed— Positions no longer available
Features
- Bearer token authentication with key rotation
- HMAC-SHA256 signed webhooks with 5-minute replay protection
- Cursor-based pagination
- Idempotency-safe application submission
- Per-endpoint scoped rate limits
- Test mode with
pek_test_*keys
Future changes will be documented here with dates, descriptions, and any migration guidance.