POST Add user defined webhook
Required scopes: user:write
Are you an LLM? You can read better optimized documentation at /docs/api/endpoints/me/post-users-me-webhooks.md for this page in Markdown format
POST
Try it out https://api.rooom.com/users/me/webhooksScopes
user:writeBody
multipart/form-data| Name | Type | Description |
|---|---|---|
endpoint | string | Endpoint url |
secret | string | Secret (optional) |
description | string | Description |
events | array | Events to listen |
Responses
200string
POST /users/me/webhooks Add user defined webhook Required scopes: user:write endpoint Endpoint url secret Secret (optional) description Description events Events to listen