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

# Retrieve webhook

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

Retrieve webhook configuration

## Path parameters

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

## 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

- `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)
