Use case

OFAC screening API for onboarding and monitoring workflows

Integrate sanctions screening into your product in minutes. Get structured matches and risk scores designed for review and audit trails.

Example request

curl -X POST 'https://api.circlescheck.com/api/v1/screenings' \
  -H 'Authorization: Bearer cc_live_your_api_key' \
  -H 'Content-Type: application/json' \
  -d '{
    "fullName": "John Smith",
    "type": "individual",
    "country": "US",
    "screeningType": "sanctions"
  }'

Use Authorization: Bearer with your API key. For the full response shape, see the dashboard docs.

Need PEP screening too? Use screeningType: combined.

Get implementation help

We will recommend payload fields and review workflow best practices.

By submitting, you agree to be contacted about CirclesCheck. We do not sell your data.