{ "opencollection": "1.0.0", "info": { "name": "Scalr Account Acl Roles Webhook Endpoints API", "version": "1.0.0" }, "items": [ { "info": { "name": "Webhook Endpoints", "type": "folder" }, "items": [ { "info": { "name": "GET /{accountId}/webhook-endpoints/", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:accountId/webhook-endpoints/", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The ID of the Account scoping this request." } ] }, "docs": "List all the Webhook endpoints available in this Account." }, { "info": { "name": "GET /{envId}/webhook-endpoints/", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:envId/webhook-endpoints/", "params": [ { "name": "envId", "value": "", "type": "path", "description": "The ID of the Environment scoping this request." } ] }, "docs": "List all the Webhook endpoints available in this Environment." } ] } ], "bundled": true }