Skip to main content
PATCH
Update a webhook endpoint

Authorizations

Authorization
string
header
required

Send Authorization: Bearer . Gate business endpoints require sk_* secret keys. Gate workflow endpoints use gate-native bearer tokens such as gtpoll_* or agt_* where documented.

Path Parameters

organizationId
string
required
Pattern: ^org_[0123456789abcdefghjkmnpqrstvwxyz]{26}$
Example:

"org_f6m39y94nh6fs513q03skj929c"

endpointId
string
required
Pattern: ^we_[0-9a-f]{32}$
Example:

"we_0123456789abcdef0123456789abcdef"

Body

application/json

Partial webhook endpoint update. Updating event_types replaces the endpoint subscriptions.

name
string
Minimum string length: 1
Example:

"Acme Growth Workspace"

url
string<uri>
Example:

"https://app.acme.co/signup"

status
enum<string>
Available options:
active,
disabled
Example:

"active"

event_types
enum<string>[]
Minimum array length: 1
Available options:
session.fingerprint.calculated,
session.result.persisted,
gate.session.approved
Example:

Response

Webhook endpoint updated.

data
object
required
Example:
meta
object
required
Example: