Error
Webhook
Update an existing webhook of a given plan
PUT
Error
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The plan UUID. Universally Unique Identifier.
Pattern:
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$Example:
"cd4ce4e3-0208-4b10-b346-25f235214e4f"
The webhook UUID. Universally Unique Identifier.
Pattern:
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$Example:
"cd4ce4e3-0208-4b10-b346-25f235214e4f"
Body
application/json
The webhook for update.
The secure webhook URL (must be https).
Example:
"https://mydomain.com/webhooks"
A map of header key-value pairs.
Example:
Specifies whether we should also provide the plan in the webhook's payload.
Example:
true
Specifies whether the webhook is active or not.
Example:
false
Response
The updated webhook.

