{ "opencollection": "1.0.0", "info": { "name": "App Store Connect AccessibilityDeclarations AlternativeDistributionDomains API", "version": "4.3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "AlternativeDistributionDomains", "type": "folder" }, "items": [ { "info": { "name": "List Alternative Distribution Domains", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/alternativeDistributionDomains", "params": [ { "name": "fields[alternativeDistributionDomains]", "value": "", "type": "query", "description": "the fields to include for returned resources of type alternativeDistributionDomains" }, { "name": "limit", "value": "", "type": "query", "description": "maximum resources per page" } ] }, "docs": "List Alternative Distribution Domains" }, { "info": { "name": "Create Alternative Distribution Domains", "type": "http" }, "http": { "method": "POST", "url": "https://api.appstoreconnect.apple.com/v1/alternativeDistributionDomains", "body": { "type": "json", "data": "{}" } }, "docs": "Create Alternative Distribution Domains" }, { "info": { "name": "Get Alternative Distribution Domains", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/alternativeDistributionDomains/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "fields[alternativeDistributionDomains]", "value": "", "type": "query", "description": "the fields to include for returned resources of type alternativeDistributionDomains" } ] }, "docs": "Get Alternative Distribution Domains" }, { "info": { "name": "Delete Alternative Distribution Domains", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.appstoreconnect.apple.com/v1/alternativeDistributionDomains/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ] }, "docs": "Delete Alternative Distribution Domains" } ] } ], "bundled": true }