Skip to main content
PUT
Update webhook

Authorizations

Authorization
string
header
required

Polymorfa organization key (pmfa_ prefix), project token (pmfa_pt_ prefix) where supported, or short-lived client token (pmfa_ct_ prefix). Organization and project keys may be personal or service-account owned and enforce selected action scopes. Organization keys cover the team and its projects; project tokens stay inside one project. Client tokens stay inside their live project and session and enforce their client rules.

Path Parameters

id
string
required

Identifier for this resource.

Body

application/json
url
string<uri>

URL associated with this resource.

Value constraints

events
string[]

Event types this webhook subscribes to.

hmacKey
string

HMAC key used to verify signed payloads.

retries
object

Retry policy applied after a failed delivery attempt.

headers
object[]

HTTP headers attached to the outgoing request.

enabled
boolean

Whether this feature is enabled.

format
enum<string>

Specifies format for this native update webhook request.

Allowed values

Available options:
native,
meta

Response

Webhook updated

success
enum<boolean>
required

Whether the request succeeded.

Allowed values

Available options:
true
data
object
required

Structured data carried by this object.