List applications
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Filter by application status
Filter by application view type (Live = all non-manual/hidden, Manual = manual applications, Hidden = hidden applications)
Filter by multiple entity types (BUSINESS or INDIVIDUAL)
Example
507f1f77bcf86cd799439011Filter by account ID
Filter by manual flag
Filter by hidden flag
Example
2024-01-01T00:00:00.000ZFilter by creation date (from)
Example
2024-12-31T23:59:59.999ZFilter by creation date (to)
Filter by minimum risk score
Example
100Filter by maximum risk score
Filter by risk levels (LOW, MEDIUM, HIGH, PROHIBITED). Takes precedence over riskScoreMin/riskScoreMax if provided.
Filter by assignee user IDs
Example
johnSearch keyword for application name, email, or account name
Filter by label IDs
Example
ZGVzY3x1cGRhdGVkQXR8MjAyNi0wNS0xM1QxNjowOToxMi4wMDBafDUwN2YxZjc3YmNmODZjZDc5OTQzOTAxMQOpaque cursor from a previous response’s nextCursor. Omit on the first page. Cursors are tied to a sort direction — changing order mid-pagination is rejected.
Items per page (1-100). Default 50.
Sort direction (with id as tiebreaker). Default desc (newest first). The column being sorted is endpoint-specific — see the individual endpoint docs.
Sort field. createdAt orders by when the application was created; updatedAt orders by most recent activity. Default updatedAt.
Responses
Section titled “ Responses ”Returns paginated applications response
object
object
Example
Acme CorporationExample
507f1f77bcf86cd799439011Example
2026-03-01T10:00:00.000ZExample
2026-03-30T12:00:00.000ZWhether this is a manual application
Example
SUBMITTEDobject
Example
60d5ecb54b24003a7c8e92b2Example
auth0|507f1f77bcf86cd799439011Example
JohnExample
SmithExample
john.smith@example.comExample
Compliance OfficerExample
2026-03-30T12:00:00.000ZExample
2026-03-30T12:00:00.000Zobject
Overall numeric risk score for the application. The band (LOW / MEDIUM / HIGH / PROHIBITED) is not stored — it is derived from this number using the account risk scoring strategy. See the Risk Scoring guide for the strategy-specific bands.
Example
45Per-factor breakdown. Each entry is one risk factor and its contribution to the overall score.
object
Identifier for this risk factor. The available factors depend on the account risk scoring strategy, so this is an open string (e.g. “Jurisdiction”, “Country Risk”, “PEP”), not a fixed enum.
Example
JurisdictionThis factor’s contribution to the overall risk score.
Example
30Qualitative level for this factor: low, medium, high, prohibited, or bonus (a risk-reducing factor, e.g. a regulated entity). Lowercase — distinct from the uppercase overall risk band derived from RiskData.score.
Example
mediumHuman-readable title for this risk factor.
Example
Jurisdiction Riskobject
Example
507f1f77bcf86cd799439011Join row id (business_individuals.id or business_companies.id) — used for unlink/edit operations
Example
507f1f77bcf86cd799439099Example
507f1f77bcf86cd799439012Example
SUBMITTEDExample
trueobject
Example
123 Main StreetExample
Apt 4BExample
LondonExample
EnglandExample
GBExample
EC1A 1BBExample
JohnExample
DavidExample
SmithExample
45Which screening types to include
Label IDs assigned to this application
Example
[ "507f1f77bcf86cd799439011"]Count of open tasks for this application
Example
3Example
ZGVzY3x1cGRhdGVkQXR8MjAyNi0wNS0xM1QxNjowOToxMi4wMDBafDUwN2YxZjc3YmNmODZjZDc5OTQzOTAxMQExample
{ "items": [ { "name": "Acme Corporation", "id": "507f1f77bcf86cd799439011", "createdAt": "2026-03-01T10:00:00.000Z", "updatedAt": "2026-03-30T12:00:00.000Z", "manual": false, "customerType": {}, "status": "SUBMITTED", "reviewers": [], "keyPeople": [], "labelIds": [ "507f1f77bcf86cd799439011" ], "childApplications": [], "openTasksCount": 3 } ], "nextCursor": "ZGVzY3x1cGRhdGVkQXR8MjAyNi0wNS0xM1QxNjowOToxMi4wMDBafDUwN2YxZjc3YmNmODZjZDc5OTQzOTAxMQ"}