---
title: "List Webhook Subscriptions"
method: GET
path: "/v2/webhook/subscription"
tags: ["Webhook Subscription Routes"]
---

# List Webhook Subscriptions

`GET /v2/webhook/subscription`

## Response `200`

Successful Response

- WebhookSubscriptionModel[]
  - `id` string, uuid4, required
  - `callback_url` string, required
  - `event_type` 'create' | 'update' | 'delete', required
  - `data_type` 'tag' | 'enhanced_tag' | 'workout' | 'session' | 'sleep' | 'daily_sleep' | 'daily_readiness' | 'daily_activity' | 'daily_spo2' | 'sleep_time' | 'rest_mode_period' | 'ring_configuration' | 'daily_stress' | 'daily_cardiovascular_age' | 'daily_resilience' | 'vo2_max' | 'meal', required
  - `expiration_time` string, date-time, required

---

[API](https://skmtc.dev/ouraring/apis/oura-api-documentation.md) · [All operations](https://skmtc.dev/ouraring/apis/oura-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ouraring/oura-api-documentation/revisions/8b8ae3b61eda/schema)
