Skip to main content

Manage Monitoring

Delete Monitoring

Delete AML monitoring

Authorizations:
API key pair
path Parameters
id
required
string <uuid>

A UUID string identifying this AML monitoring.

Responses

Extention & Tags

Partially update AML monitoring

Authorizations:
API key pair
path Parameters
id
required
string <uuid>

A UUID string identifying this AML monitoring.

Request Body schema: application/json
isSubscribed
boolean

Should the expiration of this AML monitoring be automatically extended or not.

tags
Array of strings <= 5 items [ items [ 1 .. 32 ] characters ^[^,]+$ ]
Default: []

List of case-sensitive strings. Each tag can not be longer than 32 characters.

Responses

Request samples

Content type
application/json
{
  • "isSubscribed": true,
  • "tags": [ ]
}

Response samples

Content type
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "isSubscribed": true,
  • "status": "ACTIVE",
  • "expiration": "2019-08-24T14:15:22Z",
  • "created": "2019-08-24T14:15:22Z",
  • "amlCheck": {
    },
  • "tags": [ ]
}

Start & Stop monitoring

Start/Stop AML monitoring

Authorizations:
API key pair
path Parameters
action
required
string
Enum: "start" "stop"
id
required
string <uuid>

A UUID string identifying this AML monitoring.

Responses

Response samples

Content type
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "isSubscribed": true,
  • "status": "ACTIVE",
  • "expiration": "2019-08-24T14:15:22Z",
  • "created": "2019-08-24T14:15:22Z",
  • "amlCheck": {
    },
  • "tags": [ ]
}