---
title: "Retrieve webhook"
method: GET
path: "/api/v2/webhooks/url/{uuid}"
tags: ["Webhooks"]
---

# Retrieve webhook

`GET /api/v2/webhooks/url/{uuid}`

Retrieve webhook configuration

## Path parameters

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

## Response `200`

Success

- object
  - `uuid` string, uuid — Webhook unique identifier
  - `events` string[], required
  - `url` string, URL, required — URL to post the webhooks

## Other responses

- `404` — Webhook configuration not found

---

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