Skip to content
Integrations & API
On the roadmap — not yet generally available

Wire Locum into your stack.

A REST API, webhooks, SSO, and audit export are on our roadmap for facility groups and enterprise customers who want shift posting and audit reporting to flow through their existing systems.

Planned for Group and Enterprise tiers. The capabilities below describe what we're building — talk to us to shape the spec and register early interest.

REST API

Bearer-token authenticated endpoints for every action you can do in the dashboard. JSON request and response. Versioned (currently v1). Rate-limited at 1000 requests per minute per token.

Webhooks

Subscribe to event types (shift.created, booking.accepted, payment.released, etc.) and we will POST to your URL. Signed payloads with HMAC-SHA256. Retry with exponential backoff for up to 24 hours.

SSO via SAML

For groups with 10+ facility admins, single sign-on against your identity provider (Okta, Azure AD, Google Workspace tested). Auto-provisioning and role assignment supported via SCIM.

Audit data export

Pull audit packs into your HRIS or BI tool via the API. CSV and JSON formats. Includes booking lifecycle, geofence proofs, escrow ledger (escrow shifts), hash-chained logs.

Endpoints

The endpoints you will actually use.

POST/api/v1/shiftsCreate a shift
GET/api/v1/shiftsList your facility shifts
GET/api/v1/shifts/:idRetrieve one shift with bookings
PATCH/api/v1/shifts/:idEdit or cancel a shift
GET/api/v1/bookingsList bookings across your shifts
PATCH/api/v1/bookings/:idAccept or reject an applicant
POST/api/v1/payments/releaseRelease escrow for a completed booking
GET/api/v1/audit/exportsDownload an audit pack for a date range

Full API reference, OpenAPI spec, and example code (Node.js, Python, cURL) provided when you upgrade to Group or Enterprise tier.

Talk to our integrations team.

Tell us what you need to integrate. We'll share the planned spec, scope it with your team, and keep you posted on timelines as the API moves from roadmap to release.