Return List Of Alerts By Profile

Gets a list of kyc alerts by profile.

SecuritybearerToken
Request
path Parameters
profileId
required
string <uuid>

id of the profile

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.

statuses
Array of strings

Statuses of kyc alert to filter. Allowed values are Open, ClosedProcessed and ClosedUnprocessed

Responses
200

Accepted

400

Bad Request

401

Unauthorized

403

Forbidden

404
409

Conflict

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