Skip to main content
POST
/
kyb
/
monitor
/
subscribe
Subscribe to monitoring
curl --request POST \
  --url https://api.txcloud.io/v1/kyb/monitor/subscribe \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "company_id": "<string>",
  "alerts": [
    "<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
company_id
string
required
alerts
string[]
webhook_url
string
check_frequency
string

Response

201

Subscription created