{ "opencollection": "1.0.0", "info": { "name": "App Store Connect AccessibilityDeclarations AppEncryptionDeclarationDocuments API", "version": "4.3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "AppEncryptionDeclarationDocuments", "type": "folder" }, "items": [ { "info": { "name": "Create App Encryption Declaration Documents", "type": "http" }, "http": { "method": "POST", "url": "https://api.appstoreconnect.apple.com/v1/appEncryptionDeclarationDocuments", "body": { "type": "json", "data": "{}" } }, "docs": "Create App Encryption Declaration Documents" }, { "info": { "name": "Get App Encryption Declaration Documents", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/appEncryptionDeclarationDocuments/:id", "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 App Encryption Declaration Documents" }, { "info": { "name": "Update App Encryption Declaration Documents", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.appstoreconnect.apple.com/v1/appEncryptionDeclarationDocuments/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update App Encryption Declaration Documents" } ] } ], "bundled": true }