---
title: "Get Webhook Subscription"
method: GET
path: "/api/v1/providers/{provider}/webhooks/subscriptions/{subscription_id}"
tags: ["System: Provider Webhooks"]
---

# Get Webhook Subscription

`GET /api/v1/providers/{provider}/webhooks/subscriptions/{subscription_id}`

Get a single webhook subscription by ID.

## Path parameters

- `subscription_id` string, required
- `provider` string, required

## Response `200`

Successful Response

- WebhookSubscriptionResponse — Response wrapper for fetching a single webhook subscription.
  - `subscription` ProviderWebhookSubscription — Base class for all provider webhook subscription responses.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/openwearables/apis/open-wearables-api.md) · [All operations](https://skmtc.net/openwearables/apis/open-wearables-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openwearables/open-wearables-api/versions/37c1c527cd8f/schema)
