v1
latestOpenAPI 3.0.12026-08-0688138402.2 KBWebhooks
Update a webhook
Updates an existing webhook with the provided information.
Currently only supports updating **name** and **active** status.
Webhooks create an event when an action that is subscribed to is performed in Shipmondo. The event is then sent to the specified endpoint containing the current data of the affected object.
put/webhooks/{id}
Path parameters
idinteger required
ID of the webhook that is to be updated
Response
Successful.
Example response
{
"id": 1,
"endpoint": "https://example.com/webhook",
"created_at": "2017-06-16T06:25:44.557Z",
"updated_at": "2017-06-16T06:25:44.557Z",
"name": "Example Name",
"action": "create",
"resource_name": "Shipments"
}