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'Authorizations
Section titled “Authorizations”Responses
Section titled “Responses”Successful Response
Media typeapplication/json
Response List Webhook Subscriptions V2 Webhook Subscription Get
Array<object>
WebhookSubscriptionModelobject
id
required
Id
string format: uuid4
callback_url
required
Callback Url
string
event_type
required
WebhookOperation
string
data_type
required
ExtApiV2DataType
string
expiration_time
required
Expiration Time
string format: date-time
Example
[ { "event_type": "create", "data_type": "tag" }]