Skip to main content
PATCH
/
v1
/
webhooks
/
{webhook_id}
Update webhook
curl --request PATCH \
  --url https://api.oneinbox.ai/v1/webhooks/{webhook_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "url": "<string>",
  "events": [
    "<string>"
  ]
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.oneinbox.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key from the OneInbox dashboard (API Keys → Create)

Path Parameters

webhook_id
string
required

Body

application/json
name
string
url
string<uri>
events
string[]

Response

200

OK