{ "opencollection": "1.0.0", "info": { "name": "Atlassian Admin Account Organizations API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "Atlassian Get Organizations", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/v1/orgs", "params": [ { "name": "cursor", "value": "", "type": "query", "description": "Sets the starting point for paginated results. Use the value returned in the previous response to retrieve the next page." } ] }, "docs": "Returns a list of organizations accessible to the caller based on the API key used for authentication." }, { "info": { "name": "Atlassian Get Organization by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/v1/orgs/:orgId", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "The unique identifier of the organization." } ] }, "docs": "Returns information about a single organization by its unique identifier." } ] } ], "bundled": true }