Developer Integration Portal

Automated Directory Checking
via REST Developer APIs

Integrate CheckBokx verification scans directly into your ATS (Applicant Tracking Systems) like Workday, Greenhouse, or Lever.

RESTful Queries

Simple endpoint integrations.

Trigger a scan instantly by calling our verified endpoints with the candidate's identifier and scope.

  • POST query endpoints
  • JSON-formatted payload records
  • Webhook trigger listeners

Robust Webhooks

Live status webhook payloads.

Receive asynchronous event updates when dispute holds change status, grace period timers expire, or candidate response documents are uploaded.

  • HTTPS webhook payloads
  • Auto-retry on connection dropouts
  • Signed payload verification
api-query-example.shHTTPS POST
curl -X POST "https://api.checkbokx.in/v1/verify" \
  -H "Authorization: Bearer cb_live_839da0b3e21a" \
  -H "Content-Type: application/json" \
  -d '{
    "identifier_type": "pan",
    "identifier_value": "ABCDE1234F"
  }'