Update a Webhook
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Unique identifier for object
Body
First value in base64(basic_user:basic_secret)
, sent as Authorization
for request validation
First value in base64(basic_user:basic_secret)
, sent as Authorization
for request validation
The event to listen for. Available events
One of enabled
or disabled
The HTTPS URL where the event notification will be sent
Optional arbitrary user data
Response
Second value in base64(basic_user:basic_secret)
, sent as Authorization
for request validation. This will appear as null in all responses, for security.
First value in base64(basic_user:basic_secret)
, sent as Authorization
for request validation
The error reason, if the webhook has transitioned status to error
The event to listen for. Available events
Unique identifier for object
One of enabled
, disabled
, or error
. Filterable.
The HTTPS URL where the event notification will be sent
Optional arbitrary user data