API Integrations in Two-Clicks

An older, white-bearded engineer standing upright with both feet visible beside a waist-height machine, closed IDC chest and vertical lever in the OFF position

Built on Compliance & Clarity

Screening That Fits Your Workflow

Screening Package
Custom
PACKAGE NAMEOperations Hiring
6 checks selected
IdentitySSN trace & address history
CriminalCounty, state & federal
EmploymentPrevious employer verification
MVRLicense & driving record
Review Queue
3 need review
Clear76
In Progress19
Needs Action6
CPCandidate profileCriminal + MVR packageReview
RMCandidate profileEmployment + EducationClear
LSCandidate profileIdentity + CriminalNeeds action
ID ClearanceEN / ES
YOUR APPLICATION

Almost finished

Identity details
Consent & disclosure
Documents
Automated updates

Clear guidance at every step

Candidates can complete required information, upload supporting files, and follow their status from any device.

  • Bilingual application
  • Secure consent and documents
  • Candidate advocacy
Connected Workflow
Active
ATS / HRISCandidate created
ID ClearanceScreening workflow
CandidateMobile application
ResultsStatus returned
Invitation created
Candidate submitted
Status synchronized
Monitoring Center
Live
ENROLLED RECORDS128Selected sources monitored
New signal detectedRouted to your review queue
Criminal recordsMonitoring activeActive
Driving recordsMonitoring activeActive
Sanctions & exclusionsMonitoring activeActive

Connected Tools

Explore Integration Options

Explore connector paths across applicant tracking, HR, CRM, finance, property, tenant, and specialized workflows.

Portfolio entries include implemented and planned connection paths. Availability and setup requirements are confirmed during a demo; listed tools do not imply certified partnerships or automatic activation.

Greenhouse Recruiting

Candidate import, screening launch, status updates, and restricted report links.

Lever Recruiting

Opportunity import, screening requests, status delivery, and report-link handoff.

Workable

Candidate import, screening initiation, status comments, and report-link handoff.

Teamtailor

Candidate import, partner triggers, screening results, and restricted report links.

Breezy HR

Candidate intake, package selection, screening launch, and signed status delivery.

JazzHR

Candidate intake, package selection, screening launch, and signed status delivery.

iCIMS

Candidate intake, package selection, screening launch, and signed status delivery.

NEOGOV

Public-sector candidate intake, screening launch, and signed status delivery.

BambooHR

Employee import, screening initiation, completion status, and secure report links.

Gusto

Worker intake, package selection, screening launch, and signed status delivery.

UKG

Worker intake, package selection, screening launch, and signed status delivery.

ADP

Worker intake, package selection, screening launch, and signed status delivery.

Workday

Enterprise worker intake, screening launch, and signed status delivery.

Paylocity

Worker intake, package selection, screening launch, and signed status delivery.

Rippling

Worker intake, package selection, screening launch, and signed status delivery.

Salesforce

Contact import, screening requests, status delivery, and restricted report links.

HubSpot

Contact import, screening requests, mapped status updates, and report links.

QuickBooks Online

Finance-only customer, invoice, payment, credit, refund, and reconciliation sync.

Google Analytics

Anonymous conversion and workflow events without applicant personally identifiable information.

DoorLoop

Property, unit, and rental-application intake with screening status delivery.

TurboTenant

Rental-application intake, screening requests, status delivery, and report-link handoff.

Buildium

Property, unit, applicant, and lease context with screening workflow delivery.

Yardi Breeze

Applicant and property context with screening requests and restricted status updates.

Landlord Studio

Property and applicant intake with screening launch and restricted status delivery.

Rentvine

Property, unit, and applicant synchronization with screening workflow updates.

Entrata

Enterprise property and applicant synchronization with screening status delivery.

AppFolio

Property, unit, occupancy, and applicant synchronization with screening updates.

Rent Manager

Property and applicant synchronization with bidirectional screening workflow updates.

PropertyVista

Property, unit, and prospective-tenant intake with screening status delivery.

RentSpree

Authorized screening-request exchange with status, report-link, and dispute updates.

TransUnion SmartMove

Authorized rental-screening exchange with status, report-link, and dispute updates.

Pushpay

Person intake, volunteer screening launch, and signed status delivery.

HiPeople

Candidate and reference interoperability with signed screening status delivery.

Connection details

Connection scope and availability are confirmed during a demo. Portfolio entries include implemented and planned paths.

Integration Explorer

What Each Connection Sends and Returns

Connected SystemsFull Cycle Automation
Information exchange examples
Path 01
Example data exchange

Applicant Tracking Systems

Candidate references and selected packages can link hiring records with screening progress.

Trigger
Candidate reaches screening stage
Required information
Candidate reference, contact details, package
Returned information
Progress and authorized result link
Next action
Follow up or route for review

Examples show information that may be exchanged, not activated connections. Availability, field mapping, permissions, and setup requirements are confirmed during a demo.

Fast, Compliant Screening—Done Right

Contact Sales

Frictionless Workflow: From Trigger to Completed Screening

  1. 01

    Set the requirements

    Choose the checks appropriate to the role and permitted purpose.

  2. 02

    Gather candidate details

    The candidate provides required information and consent through a secure application.

  3. 03

    Complete the checks

    Selected sources are checked, with missing information and exceptions addressed along the way.

  4. 04

    Review the results

    Authorized reviewers assess the report against your screening criteria before deciding next steps.

Screening in motion Illustrative sample

See how records stay linked and access stays controlled.

01Request

A shared reference links the request to the correct candidate record.

Sample reference
ATS-1042
Purpose
Employment
Developer details

Submit a package for an existing candidate. The accepted request remains subject to authorization, purpose, payment, and release gates.

POST /api/v1/screening-requests

{
  "candidate_id": 1921,
  "package_id": 12,
  "purpose": "employment",
  "external_reference": "ATS-1042"
}
Use a scoped bearer token and an Idempotency-Key. A 202 response means received, not released.
02Candidate Invitation

A short-lived session limits where the secure application can open.

Session
Time-limited
Location
Approved site
Developer details

Create an origin-bound hosted invitation component for the candidate. Creating this session does not itself send an email or satisfy consent.

POST /api/v1/component-sessions

{
  "component_type": "invitation",
  "resource_type": "candidate",
  "resource_id": "1921",
  "allowed_origin": "https://partner.example.com"
}
The backend receives a short-lived embed session for the approved origin; client credentials stay server-side.
03Returned Status

The current record is checked before acting on a delayed or repeated update.

Sample status
Completed
Source of truth
Current record
Developer details

Resolve the released background-check ID from the screening request. Signed lifecycle events prompt a fresh, organization-scoped status lookup.

GET /api/v1/background-checks/8401

{
  "data": {
    "id": 8401,
    "object": "background_check",
    "status": "completed"
  }
}
Response excerpt. Delayed or duplicate webhooks can arrive out of order; retrieve the current resource before acting.
04Authorized Report Access

Report access requires its own authorization. A completed status is not a hiring decision.

Access
Authorized reviewers
Decision
Your team stays in control
Developer details

Request a restricted hosted report component for the selected check. Report access stays separate from status delivery.

POST /api/v1/component-sessions

{
  "component_type": "report",
  "resource_type": "background_check",
  "resource_id": "8401",
  "allowed_origin": "https://partner.example.com"
}
Requires components:write and reports:read. The API does not return an unrestricted report PDF or raw provider evidence.

Illustrative examples, not live requests. Available actions depend on your connector and setup.

87%automation-assisted searches
1-24 hrcommon source turnaround
2,500+court and source connections

API-Driven Automation

Keep Hiring Moving

Understand the safeguards behind the sample, with setup and support answers close at hand.

Start With Support
Find the right connection and the setup help your team needs. Do I need a developer?
Keep Records Consistent
Understand how delayed or repeated updates are handled. Delivery and retries
Get Help When Work Stalls
Know where to turn when a connection needs attention. Connection help
Keep Results Protected
Keep report access limited to authorized reviewers. Access and security
Read integration FAQs
Comprehensive Coverage From local records to international screening
  • Federal
  • State
  • Municipal
  • International
3D character giving two thumbs up

Less Busywork,
More Momentum

Spend less time coordinating checks and more time supporting candidates and making informed decisions.

  • Connect the tools you already use
  • Reduce repetitive data entry
  • Spend less time chasing updates
  • Focus attention where review is needed
  • Choose the right checks for each role

Build Your Integration

Schedule A Demo

Bring your tools and workflow goals. Together, we can simplify automation and create a practical path to accurate screening.

  • Connection Requirements

    Review your systems, access permissions, and authentication needs.

  • Workflow Mapping

    Identify triggers, exchanged fields, status updates, and exception handling.

  • Implementation Scope

    Clarify availability, configuration, testing, and launch responsibilities.

Please contact our team for assistance.

Connect Your Screening Workflow

Schedule A Demo