---
title: "List webhooks"
method: GET
path: "/api/v2/load-offers/webhooks"
tags: ["Load Offers"]
---

# List webhooks

`GET /api/v2/load-offers/webhooks`

List configured webhooks

## Response `200`

Success

- object
  - `count` number — Number of objects found
  - `next` string, url — URL for next page of results
  - `previous` string, url — URL for previous page of results
  - `results` 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

---

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