v6

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

Set Global Webhook URL

Used to set webhook URL that will be used for all monitors that don't have a monitor-specific webhook_url set.

post/user/webhook

Request body

urlstring uri nullable required

New webhook URL that will be used for all monitors that don't have an individual webhook_url set

Response

Webhook URL successfully set

statusstring
messagestring

Example response

{
  "status": "success",
  "message": "Webhook URL updated"
}