Review an AML check

Reviews an AML check. The AML check can be either confirmed or marked as a false positive with a customer tag.

SecurityAPI Key: SecretApiKey or HTTP: JWT
Request
path Parameters
id
required
string <= 50 characters ^[@~\-\.\w]+$

ID of the resource.

Request Body schema: application/json
tag
string

AML-related customer tag.

Enum: "aml-match-confirmed" "aml-match-false-positive"
post
/aml-checks/{id}/review
Request samples
application/json
{ "tag": "aml-match-confirmed" }
Responses

201

AML check reviewed.

401

Unauthorized access. Invalid credentials used.

403

Access forbidden.

404

Resource not found.

422

Invalid data sent.

Response samples
application/json
{ "id": "aml_chk_0YV8XJT2ZWDR398Q8NFEM7DEPM", "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "websiteId": "web_0YV7DE4Z26DQSA1AC92FBJ7SEG", "reviewerId": "44433322-2c4y-483z-a0a9-158621f77a21", "reviewerName": "string", "reviewStartTime": "2019-08-24T14:15:22Z", "reviewTime": "2019-08-24T14:15:22Z", "priority": null, "source": "sign-up", "status": "pending-review", "customer": { "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21", "organizationId": "org_0YVDM8RC7GDADADSBSMW124JA8" }, "hits": [ ], "tags": [ ], "_links": [ ] }