Address Watch Lists

This feature is only limited to account management API tokens created with the operator or reseller role.

Add watch list

POST /api/v1/subscriptions/:subscription-uuid/address_watch_lists

Parameters

NameTypeDescription

variant *required

string

Must be either collection or tree

encoded_value *required

string

List watch lists

GET /api/v1/address_watch_lists

Query parameters

NameTypeDescription

variant

string

subscription_uuid

string

subscription_type

string

Delete watch list

DELETE /api/v1/address_watch_lists/:uuid

Last updated