{ "opencollection": "1.0.0", "info": { "name": "Juniper Networks Juniper Apstra Allowlists and Blocklists Webhooks API", "version": "4.2.0" }, "request": { "auth": { "type": "apikey", "key": "AuthToken", "value": "{{AuthToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Juniper Networks List organization webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/orgs/:org_id/webhooks", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "Organization unique identifier" } ] }, "docs": "Returns webhooks configured at the organization level." }, { "info": { "name": "Juniper Networks Create organization webhook", "type": "http" }, "http": { "method": "POST", "url": "https://{apstra_server}/api/orgs/:org_id/webhooks", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "Organization unique identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new webhook at the organization level." } ] } ], "bundled": true }