Tag an AML check

Tags an AML check.

If a AML check in the list does not have the specified tag applied, the AML check is ignored.

SecuritySecretApiKey or JWT
Request
path Parameters
tag
required
string^[@~\-\.\w\s]+$

Name of the tag.

amlCheckId
required
string

ID of the AML check to tag.

Responses
204

AML check tagged.

401

Unauthorized access. Invalid credentials used.

403

Access forbidden.

404

Resource not found.

post/tags/{tag}/aml-checks/{amlCheckId}
Request samples
Response samples
application/json
{
  • "status": 401,
  • "title": "string",
  • "detail": "string",
  • "instance": "string"
}