---
title: "Get the registered webhook URL"
method: GET
path: "/api/v1/clients/webhook-url"
tags: ["clients"]
---

# Get the registered webhook URL

`GET /api/v1/clients/webhook-url`

The currently registered webhook destination for this environment ("" when none).

## Response `200`

Current destination

- ClientResponse
  - `client_id` string
  - `customer_id` string
  - `webhook_url` string

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/tryterra/apis/terraapi.md) · [All operations](https://skmtc.net/tryterra/apis/terraapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryterra/terraapi/revisions/ba0e139dd455/schema)
