---
title: "Get Webhook"
method: GET
path: "/v1/webhooks"
tags: ["webhooks"]
---

# Get Webhook

`GET /v1/webhooks`

Get the master webhook configuration for this account.

## Response `200`

Successful Response

- WebhookResponse
  - `id` string, required
  - `url` string, required
  - `secret` string, required
  - `status` string, required
  - `contextLimit` integer, required
  - `timeout` integer, required
  - `createdAt` string, date-time, required

---

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