Introduction
Getting started with the Jobiflow Public API
Jobiflow Public API
The Jobiflow Public API lets you integrate your ATS, HRIS, or custom recruitment tooling directly with the Jobiflow platform. With a single REST API you can:
- Manage job listings — create, publish, update, archive, and delete postings
- Process applications — list inbound applicants, submit external applications, and move candidates through pipeline stages
- Search candidates — surface talent from the Jobiflow database by skill, location, and experience
- Subscribe to events — receive real-time webhook notifications for any pipeline activity
- Access analytics — pull views, funnel metrics, and aggregate hiring stats per listing or company-wide
Base URL
All API endpoints are served from:
https://api.jobiflow.comVersioning
The current stable version is v1. All v1 endpoints are prefixed with /public/v1/.
Breaking changes will introduce a new version prefix (e.g. /public/v2/) while v1 remains available during a deprecation window of at least 6 months.