Solutions
Blue Collar White Collar Healthcare Multi-brand & multi-sector
Product
ATS / CRM Rostering & Shifts AI & Automation Recruitment Marketing Onboarding Analytics & Reporting Kiosk & Clock-ins Candidate App RecruitChatBot Video Interviews
Pricing Savings Calculator Why one platform Integrations About Contact
Book a demo Start free trial →
Developers & API

Build on RecruitOnline.

Everything the platform does is data you can reach: a REST API for the recruitment lifecycle, a Jobs API for your website, a Leads API for inbound capture, and webhooks for events. OAuth2-secured, with full reference documentation provided when your access is provisioned.

REST API

Candidates (including resume search), recruiter jobs, applicants and workflow steps, bookings, compliance, interviews, contacts, clients, leads and opportunities. OAuth2 client-credentials or authorization-code flows.

Jobs API

A read-only JSON feed of your live, public jobs - embed listings on any website or CMS with a fetch call. Powers our hosted careers pages.

Leads API & webhooks

Push leads in from any source with attribution; webhook tokens per site. Outbound event webhooks for recruitment events are rolling out.

Self-service credentials

OAuth clients and API keys are managed by your admin inside RecruitOnline - no support ticket required once API access is enabled.

Scoped access

Fine-grained scopes per client - grant a partner exactly the surface they need, nothing more.

Reference docs

An OpenAPI specification and endpoint reference ship with your access. Public documentation is on its way.

Embedding your live jobs is one request:
const res = await fetch(
  'https://app.recruitonline.io/api/v1/public/brands/{your-brand-slug}/jobs'
);
const { jobs } = await res.json();
// render jobs on your site - titles, locations, apply links
Your brand slug lives in your public-jobs settings. Applications made through these links land straight in your ATS.

Request API access.

Tell us what you're building and we'll set up credentials and documentation for your team.