Update Webhook
Modify webhook information.
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The Webhook ID.
Body
application/json
The details required to update the webhook.
Clear description on the webhook use case.
Example:
"Checkout Callback"
Full url of the webhook.
Example:
"https://my-checkout.com/callback"