Core concepts
This page explains the Verification workflow from the customer’s perspective: how you start work, how SNH AI processes it, and how you receive outcomes.What Verification does
The Verification service automates employment and education verification. You send applicant and history data. SNH AI researches contacts, performs outbound outreach, processes inbound responses, and returns structured results.Order → Search → Result
One order can contain multiple searches (for example employment and education together). Each search progresses independently.
How you get responses
- Create response (sync):
201withverificationOrderIdandsearchIds— the order was accepted, not finished. - Webhooks (async, preferred): Configure
webhookConfigon the order or rely on organization defaults. VerifyX-Webhook-Signature. - Polling (async fallback):
GET /orders/{id}/searchesorGET /orders/{id}/searches/{searchId}.
Batch vs single order
- Single order:
POST /background-check/v1/orders— primary integration path. - Batch:
POST /background-check/v1/batchessubmits many orders in one HTTP call. Each order is independent — record everyverificationOrderIdand track work with order endpoints. See API overview.