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

---

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