---
title: "Subscribe to account"
method: PUT
path: "/user/webhooks/users/{account}"
tags: ["webhooks"]
---

# Subscribe to account

`PUT /user/webhooks/users/{account}`

Create webhook subscription associated with the currently authenticated user and to a given user account.

## Path parameters

- `account` string, required

## Request body

- SubscriptionCreateRequest
  - `events` string[], required

## Response `200`

default response

- SuccessMessage
  - `message` string

---

[API](https://skmtc.dev/data/apis/data-world-public-api.md) · [All operations](https://skmtc.dev/data/apis/data-world-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/data/data-world-public-api/revisions/0a0cb1f94dad/schema)
