{ "opencollection": "1.0.0", "info": { "name": "SolarWinds Loggly Account Contacts API", "version": "2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Contacts", "type": "folder" }, "items": [ { "info": { "name": "Solarwinds List Alert Contacts", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.loggly.com/apiv2/alerting/contacts" }, "docs": "Returns all alert contacts configured in the account." } ] } ], "bundled": true }