Skip to content

List Webhook Subscriptions

GET
/v2/webhook/subscription
Code sample: cURL
curl --location --request GET 'https://api.ouraring.com/v2/webhook/subscription' --header 'x-client-id: client-id' --header 'x-client-secret: client-secret'

Successful Response

Media typeapplication/json
Response List Webhook Subscriptions V2 Webhook Subscription Get
Array<object>
WebhookSubscriptionModel
object
id
required
Id
string format: uuid4
callback_url
required
Callback Url
string
event_type
required
WebhookOperation
string
Allowed values: create update delete
data_type
required
ExtApiV2DataType
string
Allowed values: 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
expiration_time
required
Expiration Time
string format: date-time
Example
[
{
"event_type": "create",
"data_type": "tag"
}
]