Workflow page

Sanctions API

A buyer review page for compliance, fintech, marketplace, and supplier-risk teams that want source-linked public sanctions list records, entity search, and list-change monitoring in JSON or CSV workflows.

GET /v1/sanctions/entities/search?name=sample&list=ofac&limit=25
{
  "data": [
    {
      "listName": "OFAC SDN",
      "entityName": "Sample Shipping LLC",
      "entityType": "entity",
      "programs": ["SAMPLE-PROGRAM"],
      "aliases": ["Sample Shipping Limited"],
      "sourceUrl": "https://ofac.treasury.gov/sanctions-list-service"
    }
  ],
  "meta": { "sampleOnly": true, "workflow": "sanctions-api" }
}

Likely Buyers

This page is a product preview for comparing likely buyers, source coverage, and first API shapes.

Initial Data Scope

The first buyer-ready workflow should keep the source coverage narrow.

Availability. This workflow is available for buyer review. Direct requests are routed under the Sanctions Compliance Change Monitor product catalog.