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.
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