---
title: "Get the webhook URL for a configuration"
method: GET
path: "/api/v1/webhooks/configurations/{id}/url"
tags: ["webhooks"]
---

# Get the webhook URL for a configuration

`GET /api/v1/webhooks/configurations/{id}/url`

## Path parameters

- `id` string, required

## Response `200`

- GetWebhookUrlResponseDto
  - `id` string, uuid, required
  - `name` string, required
  - `webhookPath` string, required
  - `url` string, uri, required

## Changes

- **2026-01-02** `49f9aebc704a` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2026-01-01** `5bb404a1ab99` — 1 info
  - endpoint added
- **2025-10-24** `8db531c050e5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/shipsecai/apis/shipsec-studio-api/changes/api/v1/webhooks/configurations/:id/url/get.md)

---

[API](https://skmtc.dev/shipsecai/apis/shipsec-studio-api.md) · [All operations](https://skmtc.dev/shipsecai/apis/shipsec-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shipsecai/shipsec-studio-api/revisions/cc60562ad9f3/schema)
