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
Response
Webhook URL successfully updated
Example response
{
"status": "success",
"data": {
"id": "01jhfkd7xsvy6afdmwycs1qn61",
"created_at": "2025-01-13T15:30:02.000000Z",
"monitor_type": "user_tweets"
}
}