OpenAPI Specification
The EmployJoy Partner API v1 is described by an OpenAPI 3.0 specification that you can import into Postman, Insomnia, or any API development tool.
Download
Import into Postman
- Open Postman → Import (top-left)
- Drag the
openapi.yamlfile or paste the URL:https://docs.employjoy.ai/openapi.yaml - Postman creates a collection with all endpoints pre-configured
- Set a collection variable
baseUrl=https://api.employjoy.ai/api/v1/external - Add your Bearer token to the collection's Authorization tab
Import into Insomnia
- Open Insomnia → File → Import
- Select
openapi.yaml - All endpoints appear in a new workspace
- Configure the base environment with your API key
Endpoints covered
GET /jobs— List available jobsPOST /applications— Submit a candidateGET /applications— List your applicationsGET /applications/{id}— Get application status
Webhook payloads
The OpenAPI spec includes webhook event schemas for reference. Actual webhook delivery is push-based (we POST to your endpoint) — the spec documents the payload shapes for validation and code generation.