{ "opencollection": "1.0.0", "info": { "name": "Sentry Alerts Users API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Sentry List your organizations", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/organizations/", "params": [ { "name": "owner", "value": "", "type": "query", "description": "Restrict results to organizations owned by the authenticated user." }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor." } ] }, "docs": "Returns a list of organizations available to the authenticated session. This is particularly useful for tokens with access to multiple organizations." } ] } ], "bundled": true }