{ "opencollection": "1.0.0", "info": { "name": "App Store Connect AccessibilityDeclarations AppEncryptionDeclarations API", "version": "4.3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "AppEncryptionDeclarations", "type": "folder" }, "items": [ { "info": { "name": "List App Encryption Declarations", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/appEncryptionDeclarations", "params": [ { "name": "filter[platform]", "value": "", "type": "query", "description": "filter by attribute 'platform'" }, { "name": "filter[app]", "value": "", "type": "query", "description": "filter by id(s) of related 'app'" }, { "name": "filter[builds]", "value": "", "type": "query", "description": "filter by id(s) of related 'builds'" }, { "name": "fields[appEncryptionDeclarations]", "value": "", "type": "query", "description": "the fields to include for returned resources of type appEncryptionDeclarations" }, { "name": "fields[apps]", "value": "", "type": "query", "description": "the fields to include for returned resources of type apps" }, { "name": "fields[builds]", "value": "", "type": "query", "description": "the fields to include for returned resources of type builds" }, { "name": "fields[appEncryptionDeclarationDocuments]", "value": "", "type": "query", "description": "the fields to include for returned resources of type appEncryptionDeclarationDocuments" }, { "name": "limit", "value": "", "type": "query", "description": "maximum resources per page" }, { "name": "include", "value": "", "type": "query", "description": "comma-separated list of relationships to include" }, { "name": "limit[builds]", "value": "", "type": "query", "description": "maximum number of related builds returned (when they are included)" } ] }, "docs": "List App Encryption Declarations" }, { "info": { "name": "Create App Encryption Declarations", "type": "http" }, "http": { "method": "POST", "url": "https://api.appstoreconnect.apple.com/v1/appEncryptionDeclarations", "body": { "type": "json", "data": "{}" } }, "docs": "Create App Encryption Declarations" }, { "info": { "name": "Get App Encryption Declarations", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/appEncryptionDeclarations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "fields[appEncryptionDeclarations]", "value": "", "type": "query", "description": "the fields to include for returned resources of type appEncryptionDeclarations" }, { "name": "fields[apps]", "value": "", "type": "query", "description": "the fields to include for returned resources of type apps" }, { "name": "fields[builds]", "value": "", "type": "query", "description": "the fields to include for returned resources of type builds" }, { "name": "fields[appEncryptionDeclarationDocuments]", "value": "", "type": "query", "description": "the fields to include for returned resources of type appEncryptionDeclarationDocuments" }, { "name": "include", "value": "", "type": "query", "description": "comma-separated list of relationships to include" }, { "name": "limit[builds]", "value": "", "type": "query", "description": "maximum number of related builds returned (when they are included)" } ] }, "docs": "Get App Encryption Declarations" }, { "info": { "name": "Get Related App Encryption Declarations / App", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/appEncryptionDeclarations/:id/relationships/app", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ] }, "docs": "Get Related App Encryption Declarations / App" }, { "info": { "name": "Get Related App Encryption Declarations / App", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/appEncryptionDeclarations/:id/app", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "fields[apps]", "value": "", "type": "query", "description": "the fields to include for returned resources of type apps" } ] }, "docs": "Get Related App Encryption Declarations / App" }, { "info": { "name": "Get Related App Encryption Declarations / App Encryption Declaration Document", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/appEncryptionDeclarations/:id/relationships/appEncryptionDeclarationDocument", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ] }, "docs": "Get Related App Encryption Declarations / App Encryption Declaration Document" }, { "info": { "name": "Get Related App Encryption Declarations / App Encryption Declaration Document", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/appEncryptionDeclarations/:id/appEncryptionDeclarationDocument", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "fields[appEncryptionDeclarationDocuments]", "value": "", "type": "query", "description": "the fields to include for returned resources of type appEncryptionDeclarationDocuments" } ] }, "docs": "Get Related App Encryption Declarations / App Encryption Declaration Document" }, { "info": { "name": "Add Related App Encryption Declarations / Builds", "type": "http" }, "http": { "method": "POST", "url": "https://api.appstoreconnect.apple.com/v1/appEncryptionDeclarations/:id/relationships/builds", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add Related App Encryption Declarations / Builds" } ] } ], "bundled": true }