{ "opencollection": "1.0.0", "info": { "name": "ExtremeCloud IQ Account Notification API", "version": "25.9.0-36" }, "items": [ { "info": { "name": "Notification", "type": "folder" }, "items": [ { "info": { "name": "List webhook subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.extremecloudiq.com/subscriptions/webhook", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number, min = 1" }, { "name": "limit", "value": "", "type": "query", "description": "Page Size, min = 1, max = 100" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List all webhook subscriptions." }, { "info": { "name": "Create webhook subscriptions", "type": "http" }, "http": { "method": "POST", "url": "https://api.extremecloudiq.com/subscriptions/webhook", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create multiple webhook subscriptions." }, { "info": { "name": "Update webhook subscription by ID", "type": "http" }, "http": { "method": "PUT", "url": "https://api.extremecloudiq.com/subscriptions/webhook/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update an existing webhook subscription by the specified ID." }, { "info": { "name": "Delete webhook subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.extremecloudiq.com/subscriptions/webhook/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an exist webhook subscription." }, { "info": { "name": "Export all webhook subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.extremecloudiq.com/subscriptions/webhook/export", "params": [ { "name": "sortField", "value": "", "type": "query", "description": "The field for sorting" }, { "name": "keyword", "value": "", "type": "query", "description": "The keyword to filter - user name, email" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Export all webhook subscriptions as a csv file." } ] } ], "bundled": true }