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
Name
Type
Description
variant
*required
string
Must be either collection
or tree
encoded_value
*required
string
List watch lists
GET /api/v1/address_watch_lists
Query parameters
Name
Type
Description
variant
string
subscription_uuid
string
subscription_type
string
Delete watch list
DELETE /api/v1/address_watch_lists/:uuid
Last updated