Return Alert By Alert Id And ProfileId

Gets a kyc alert associated with a given profile.

SecuritybearerToken
Request
path Parameters
profileId
required
string <uuid>

id of the profile

alertId
required
string <uuid>

id of the kyc alert

Responses
200

Accepted

400

Bad Request

401

Unauthorized

403

Forbidden

404
409

Conflict

get/compliance/kyc-protect/kycMonitoring/profiles/{profileId}/alerts/{alertId}
Request samples
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
  • "safeNumber": "string",
  • "companyId": "string",
  • "previousValue": "string",
  • "newValue": "string",
  • "ruleName": "string",
  • "eventAt": "2019-08-24T14:15:22Z",
  • "status": "string",
  • "note": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "createdById": 0,
  • "createdBy": "string",
  • "modifiedAt": "2019-08-24T14:15:22Z",
  • "modifiedById": 0,
  • "modifiedBy": "string"
}