---
title: "Retrieve Webhook URL"
method: GET
path: "/v1/webhooks"
tags: ["Webhooks"]
---

# Retrieve Webhook URL

`GET /v1/webhooks`

## Response `200`

successful

- WebhookObject
  - `url` string, required — Proof will make a POST request to this URL for every event.
  - `header` string, nullable — Proof will add this header to every POST request.

## Other responses

- `404` — not_found

---

[API](https://skmtc.dev/proof/apis/proof-business-api-specification.md) · [All operations](https://skmtc.dev/proof/apis/proof-business-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/proof/proof-business-api-specification/revisions/1adaa0ea25cd/schema)
