{ "opencollection": "1.0.0", "info": { "name": "Oura 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": "{{baseUrl}}/v2/webhook/subscription" }, "docs": "List Webhook Subscriptions" }, { "info": { "name": "Create Webhook Subscription", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/webhook/subscription", "body": { "type": "json", "data": "{}" } }, "docs": "Create Webhook Subscription" }, { "info": { "name": "Get Webhook Subscription", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/webhook/subscription/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Webhook Subscription" }, { "info": { "name": "Update Webhook Subscription", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v2/webhook/subscription/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Webhook Subscription" }, { "info": { "name": "Delete Webhook Subscription", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v2/webhook/subscription/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Webhook Subscription" }, { "info": { "name": "Renew Webhook Subscription", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v2/webhook/subscription/renew/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Renew Webhook Subscription" } ] } ], "bundled": true }