v6

latestOpenAPI 3.0.0raw.githubusercontent.com2025-03-123918105.6 KB
Monitoring API

Edit Monitor Webhook URL

Used to update or remove a monitor-specific webhook_url. This only updates the webhook URL value associated with a single monitor and does not change your global webhook URL. When monitor-specific webhook is not set, all webhook requests will be routed to your global webhook URL.

patch/monitors/{monitor_id}

Path parameters

monitor_idstring required

Target monitor ID.

Request body

webhook_urlstring uri nullable required

New webhook URL for this monitor. Pass null to remove monitor-specific webhook.

Response

Webhook URL successfully updated

statusstring

Example response

{
  "status": "success",
  "data": {
    "id": "01jhfkd7xsvy6afdmwycs1qn61",
    "created_at": "2025-01-13T15:30:02.000000Z",
    "monitor_type": "user_tweets"
  }
}