---
title: "웹훅 상세 조회"
method: GET
path: "/webhooks/{webhookId}"
tags: ["USER API"]
---

# 웹훅 상세 조회

`GET /webhooks/{webhookId}`

요청 한 웹훅에 대한 상세 정보를 조회 합니다.

## Path parameters

- `webhookId` string, required

## Response `200`

- GetWebhookResponseDto
  - `id` string, required — 웹훅 아이디
  - `name` string, required — 사용자가 지정한 웹훅 이름
  - `url` string, required — 웹훅 URL
  - `createdAt` string, date-time, required — 웹훅 생성일
  - `updatedAt` string, date-time, required — 웹훅 갱신일
  - `headers` WebhookHeaderResponseDto[], required — 웹훅 헤더 설정 정보
    - `key` string, required — 웹훅 헤더 키
    - `value` string, required — 웹훅 헤더 값
  - `events` string[], required — 웹훅 구독 이벤트 설정 정보

---

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