---
title: "List Webhooks"
method: GET
path: "/api/v2/webhooks/url"
tags: ["Webhooks"]
---

# List Webhooks

`GET /api/v2/webhooks/url`

Lists all webhooks registered for the authenticated client

## Response `200`

Event received

- 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[]
    - `uuid` string, uuid — Webhook unique identifier
    - `events` string[], required
    - `url` string, URL, required — URL to post the webhooks

---

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