---
title: "Get webhook by external ID and service ID (query param)"
method: GET
path: "/v1/webhook/{webhookExternalId}"
tags: ["Webhooks"]
---

# Get webhook by external ID and service ID (query param)

`GET /v1/webhook/{webhookExternalId}`

## Path parameters

- `webhookExternalId` string, required

## Query parameters

- `service_id` string, required

## Response `200`

OK

- WebhookResponse
  - `callback_url` string
  - `created_date` string, date-time
  - `description` string
  - `external_id` string
  - `live` boolean
  - `service_id` string
  - `status` 'ACTIVE' | 'INACTIVE'
  - `subscriptions` string[]

## Other responses

- `404` — Not found

---

[API](https://skmtc.dev/government-digital-service/apis/webhooks-api.md) · [All operations](https://skmtc.dev/government-digital-service/apis/webhooks-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/government-digital-service/webhooks-api/revisions/a8ce27cb4fbb/schema)
