{ "opencollection": "1.0.0", "info": { "name": "Oura API Documentation Daily Activity Routes Webhook Subscription Routes API", "version": "2.0" }, "items": [ { "info": { "name": "Webhook Subscription Routes", "type": "folder" }, "items": [ { "info": { "name": "List Webhook Subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.ouraring.com/v2/webhook/subscription", "auth": { "type": "apikey", "key": "x-client-id", "value": "{{x-client-id}}", "placement": "header" } }, "docs": "List Webhook Subscriptions" }, { "info": { "name": "Create Webhook Subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.ouraring.com/v2/webhook/subscription", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-client-id", "value": "{{x-client-id}}", "placement": "header" } }, "docs": "Create Webhook Subscription" }, { "info": { "name": "Get Webhook Subscription", "type": "http" }, "http": { "method": "GET", "url": "https://api.ouraring.com/v2/webhook/subscription/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "x-client-id", "value": "{{x-client-id}}", "placement": "header" } }, "docs": "Get Webhook Subscription" }, { "info": { "name": "Update Webhook Subscription", "type": "http" }, "http": { "method": "PUT", "url": "https://api.ouraring.com/v2/webhook/subscription/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-client-id", "value": "{{x-client-id}}", "placement": "header" } }, "docs": "Update Webhook Subscription" }, { "info": { "name": "Delete Webhook Subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.ouraring.com/v2/webhook/subscription/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "x-client-id", "value": "{{x-client-id}}", "placement": "header" } }, "docs": "Delete Webhook Subscription" }, { "info": { "name": "Renew Webhook Subscription", "type": "http" }, "http": { "method": "PUT", "url": "https://api.ouraring.com/v2/webhook/subscription/renew/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "x-client-id", "value": "{{x-client-id}}", "placement": "header" } }, "docs": "Renew Webhook Subscription" } ] } ], "bundled": true }