{ "opencollection": "1.0.0", "info": { "name": "Atlassian Admin Account Domains API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Domains", "type": "folder" }, "items": [ { "info": { "name": "Atlassian Get Organization Domains", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/v1/orgs/:orgId/domains", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "The unique identifier of the organization." }, { "name": "cursor", "value": "", "type": "query", "description": "Cursor for paginated results." } ] }, "docs": "Returns a list of domains associated with the organization. Domains are used to claim and verify ownership of email domains for the organization." }, { "info": { "name": "Atlassian Get Domain by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/v1/orgs/:orgId/domains/:domainId", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "The unique identifier of the organization." }, { "name": "domainId", "value": "", "type": "path", "description": "The unique identifier of the domain." } ] }, "docs": "Returns details of a specific domain associated with the organization." } ] } ], "bundled": true }