Innovibe Jobs API
Welcome to the Innovibe Jobs API.
Docs
- Interactive docs: /docs
- OpenAPI spec: /openapi.json
Authentication (TBD)
- Authentication details will be added here.
- For now, assume API access requires an API key via the x-api-key header for /api/v1 routes.
Jobs vs Archived Jobs
- Jobs: active and recently expired postings.
- Archived jobs: expired postings older than 6 months.
Quick Start
- List jobs: GET /api/v1/jobs
- List archived jobs: GET /api/v1/archived/jobs
- Job metadata: GET /api/v1/jobs/metadata
- Archived job metadata: GET /api/v1/archived/jobs/metadata