Skip to main content
POST
/
watchlist
/
monitor
/
subscribe
Subscribe to monitoring
curl --request POST \
  --url https://api.txcloud.io/v1/watchlist/monitor/subscribe \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "entity": {
    "reference_id": "<string>",
    "type": "<string>",
    "name": "<string>"
  },
  "lists": [
    "<string>"
  ],
  "webhook_url": "<string>",
  "check_frequency": "<string>"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
entity
object
required
lists
string[]
webhook_url
string
check_frequency
string

Response

201

Subscription created