---
title: "Get webhook configuration"
method: GET
path: "/v1/apps/{id}/webhook-config"
tags: ["Workspace API - Apps"]
---

# Get webhook configuration

`GET /v1/apps/{id}/webhook-config`

Get the webhook configuration for an application

## Path parameters

- `id` string, required

## Response `200`

Webhook configuration retrieved successfully

- UpdateWebhookConfigDto
  - `url` string
  - `enabled` boolean
  - `retryAttempts` number
  - `timeoutSeconds` number
  - `events` string[]

## Other responses

- `401` — Invalid API key
- `404` — App not found

---

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