concluded— final outcome of the screening process (e.g., whether the result indicates a sanction hit, a PEP hit, or no hits at all).screeningValid— a boolean indicating whether the screening result is valid. This will betrueunless system errors prevent proper screening.screeningStatus— the current state of the screening process, useful for polling until the screening has finished.
Path Parameter
customerId— This must be the Primary Customer’s ID.
Example Request
Example Success Responses
✅ Screening Completed and Valid
Below is the following sample JSON response body when it is successful in polling for the validity of the latest screening, which the screening has been completed and it is considered as a valid screening.⏳ Screening Still Pending
Below is the following sample JSON response body when it is successful in polling for the validity of the latest screening, which the server is still trying to ascertain if the system has completed its screening.Notes
This endpoint is useful for polling the system to check when a screening has finished. Once screeningStatus is DONE and screeningValid is true, you can rely on the concluded field for the final outcome. Typical screening statuses may include: PENDING, IN_PROGRESS, DONE, or FAILED.Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
X-Domain-ID
Path Parameters
customerId
