Alert Metrics

Returns a list of KYC and AML alert metrics on profiles.

SecuritybearerToken
Request
query Parameters
page
integer
Default: 1

Starting page number.

pageSize
integer <int32>
Default: 10

Specifies the number of items to be displayed per page. Allowed values are between 1 and 100.

searchTerm
string

A search term to search by. The search term will be matched against profile names, and internal ids

sortOrder
string

The order in which the items should be sorted. Available values: asc, desc

sortBy
string

The field by which the items should be sorted. Available values: alertLastModifiedDate, addedToMonitoringDate, latestAlertDate

Responses
200
400
401
403
404

Not Found

409

Conflict

get/compliance/kyc-protect/profiles/alerts/metrics
Request samples
Response samples
application/json
{
  • "totalSize": 0,
  • "items": [
    ]
}