---
title: "Update webhook"
method: PUT
path: "/api/v2/load-offers/webhooks/{uuid}"
tags: ["Load Offers"]
---

# Update webhook

`PUT /api/v2/load-offers/webhooks/{uuid}`

Update webhook configuration

## Path parameters

- `uuid` string, uuid, required — Webhook unique identifier (UUID)

## Request body

- object
  - `url` string, required — URL to be called when proper event happens
  - `event` 'load_cancelled' | 'load_carrier_bounced' | 'offer_created' | 'offer_removed', required — Action that will trigger the endpoint

## Response `200`

Success

- object
  - `id` string — Webhook unique identifier (UUID)
  - `url` string, required — URL to be called when proper event happens
  - `event` 'load_cancelled' | 'load_carrier_bounced' | 'offer_created' | 'offer_removed', required — Action that will trigger the endpoint

## Other responses

- `400` — Invalid parameters
- `404` — Webhook configuration not found

---

[API](https://skmtc.dev/loadsmart/apis/loadsmart-api.md) · [All operations](https://skmtc.dev/loadsmart/apis/loadsmart-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/loadsmart/loadsmart-api/revisions/6021c5806fe9/schema)
