{ "opencollection": "1.0.0", "info": { "name": "Azure DevOps Artifacts Attachments Notifications API", "version": "7.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Notifications", "type": "folder" }, "items": [ { "info": { "name": "Azure DevOps Send a test notification", "type": "http" }, "http": { "method": "POST", "url": "https://feeds.dev.azure.com/{organization}/{project}/_apis/hooks/testnotifications", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Azure DevOps REST API version. Use 7.1 for the latest stable version." }, { "name": "useRealData", "value": "", "type": "query", "description": "Whether to use real event data or synthetic test data" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sends a test notification to verify that a service hook subscription is correctly configured and the consumer endpoint is reachable. Returns the result of the delivery attempt including HTTP status code and response body.\n" } ] } ], "bundled": true }