get
/{tenantId}/v1/verification/aml-checksList AML checks
Requires Authentication
Verification
Lists AML checks for the tenant with optional free-text search and
filtering. Results are ordered by createdAt descending.
Path Parameters
| Name | Type | Description |
|---|---|---|
tenantIdrequired | string (uuid) | Tenant UUID |
Query Parameters
| Name | Type | Description |
|---|---|---|
search | string | Free-text search across firstName, lastName, full name and externalReference |
status | string | Comma-separated list of statuses (pending, completed, failed) |
dateFrom | string (date-time) | ISO 8601 datetime lower bound (inclusive) |
dateTo | string (date-time) | ISO 8601 datetime upper bound (inclusive) |
pageSize | integer | Number of items per page (default 25, max 100) |
pageOffset | integer | Zero-based row offset |
Responses
Paginated list of AML checks
Response Bodyapplication/json
itemsarray
AMLCheckData[]AMLCheckData
totalinteger
Code Examples
curl -X GET 'https://api-next.checkio.co.uk/{tenantId}/v1/verification/aml-checks' \
-H 'Authorization: Bearer {token}'