Compliance
Sanctions Screening Status
Check the status of automatic sanctions screening.
GET
Sanctions Screening Status
Thiqwave automatically screens all entities and transactions against international sanctions lists. Use this endpoint to check the screening status of a specific entity or transaction.
Request
Headers
Your Thiqwave API key.
Must be
application/json.Path parameters
The screening result ID to retrieve.
Example
cURL
Response
Unique screening result ID.
Screening outcome:
"clear" | "hit" | "pending"."clear"— no matches found on any watchlist."hit"— one or more potential matches found. Review thematchesarray before proceeding."pending"— the screen is still processing (rare; useGET /v1/compliance/:idto poll).
Array of potential match objects. Empty when
status is "clear".ISO 8601 timestamp of when the screen was run.