Developer API

Build Custom Integrations
With Our API

Connect your systems to our healthcare staffing ATS. Access jobs, candidates, placements, and more through our REST API.

Quick Start Example
curl https://api.yourATS.com/v1/jobs \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

{
  "jobs": [
    {
      "id": "job_123",
      "title": "Travel RN - ICU",
      "facility": "General Hospital",
      "status": "Open"
    }
  ]
}

What You Can Build

Powerful API capabilities to extend your staffing operations

Job Management

Create, update, and manage job postings programmatically

POST /v1/jobs
GET /v1/jobs
PATCH /v1/jobs/:id
Candidate Sync

Push candidates from your systems into the ATS

POST /v1/candidates
GET /v1/candidates
PATCH /v1/candidates/:id
Placement Tracking

Fetch placement data and track revenue

GET /v1/placements
GET /v1/offers
Real-time Webhooks

Get notified when candidate status changes or placements happen

candidate.created
candidate.status_changed
placement.created
Bulk Operations

Import/export large datasets efficiently

POST /v1/bulk/import
POST /v1/bulk/export
Secure Authentication

Agency-scoped API keys with role-based access

Bearer token authentication
Rate limiting
Audit logs

Common Use Cases

  • Sync jobs from your VMS to the ATS automatically
  • Import candidates from recruiting platforms
  • Build custom dashboards with real-time data
  • Integrate with your accounting system for placement tracking
  • Automate workflows between multiple systems
  • Create custom mobile apps connected to your ATS
Getting Started
  1. 1
    Sign up for an account
    Create your agency account to get started
  2. 2
    Generate an API key
    Get your secure API credentials from the developer portal
  3. 3
    Make your first API call
    Follow our docs to integrate with your systems

Enterprise-Grade API

Built for reliability, security, and scale

Secure & Reliable
  • Bearer token auth
  • Rate limiting
  • Audit logging
  • SSL encryption
Fast & Efficient
  • REST API
  • JSON responses
  • Batch operations
  • Webhook support
Well Documented
  • Interactive docs
  • Code examples
  • SDKs available
  • Support team

Ready to Start Building?

Explore the full API documentation or get in touch with our team