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