Tag an AML check

Request

Tags an AML check.

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

Security
SecretApiKey or JWT
Path
tagstring^[@~\-\.\w\s+]+$required

Name of the tag.

amlCheckIdstringrequired

ID of the AML check to tag.

curl -i -X POST \
  'https://www.rebilly.com/_mock/catalog/all/tags/{tag}/aml-checks/{amlCheckId}' \
  -H 'REB-APIKEY: YOUR_API_KEY_HERE'

Responses

AML check tagged.

Headers
X-RateLimit-Limitinteger

Total number of rate limit tokens for this request within a rate limit period. For more information, see Rate limits.

Example:3600
X-RateLimit-Remaininginteger

Remaining number of rate limit tokens for this request within the rate limit period. For example, in the sandbox environment, rate limits for non-GET endpoints are set at 3000 requests per 10 minutes.

Example:3600
Response
No content