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
string
required
Your Thiqwave API key.
string
required
Must be
application/json.Path parameters
string
required
The screening result ID to retrieve.
Example
cURL
Response
string
Unique screening result ID.
string
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).
object[]
Array of potential match objects. Empty when
status is "clear".string
ISO 8601 timestamp of when the screen was run.