Webhooks
Update webhook
Update webhooks for the specified webhook id. Requires Bearer JWT authentication.
put/webhooks/{webhook_id}
Path parameters
webhook_idinteger required
Example:123
Webhook ID
Request body
Example request
{
"url": "https://your-store.com/webhooks/envia",
"events": [
"shipment_created",
"shipment_delivered",
"shipment_in_transit"
]
}Response
Successful response