---
title: "Set Global Webhook URL"
method: POST
path: "/user/webhook"
tags: ["Monitoring API", "SocialData Account Management"]
---

# Set Global Webhook URL

`POST /user/webhook`

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

## Request body

- object
  - `url` string, uri, nullable, required — New webhook URL that will be used for all monitors that don't have an individual webhook_url set

## Response `200`

Webhook URL successfully set

- object
  - `status` string
  - `message` string

## Other responses

- `422` — Validation failed (e.g. invalid URL format)
- `500` — API internal error

---

[API](https://skmtc.dev/socialdata-api/apis/socialdata-api-reference.md) · [All operations](https://skmtc.dev/socialdata-api/apis/socialdata-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/socialdata-api/socialdata-api-reference/revisions/a898522f71ac/schema)
