Skip to main content
POST
Search Ofac

Authorizations

X-API-Key
string
header
required

Body

application/json
name
string
required

The name to search for in the OFAC database

Minimum string length: 1
similarity_threshold
number
default:0.9

Similarity threshold for the search (0.0 to 1.0). Defaults to 0.9.

Required range: 0 <= x <= 1
limit
integer
default:1

The number of results to return. Max 50. Defaults to 1.

Required range: 1 <= x <= 50

Response

Successful Response

Response model for OFAC search results.

This model defines the structure for OFAC search API responses.

matches
OFACMatch (v1) · object[]
required

The list of OFAC matches.

total_matches
integer
required

The total number of matches found.

Examples:

1

2

3