Update a Webhook
Update a Webhook
PUT
https://{{accountSlug}}.myeshopbox.com/api/platform/v1/client-webhook
This endpoint allows you to update a webhook.
Headers
Name
Type
Description
Authorization
string
The Bearer token to access the API.
Request Body
Name
Type
Description
id
string
webhookMethod
string
The CRUD format of API to be triggered by the webhook
webhookUrl
string
The URL of the API which is supposed to be triggered outside Eshopbox domain.
Last updated