{ "opencollection": "1.0.0", "info": { "name": "App Store Connect AccessibilityDeclarations AndroidToIosAppMappingDetails API", "version": "4.3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "AndroidToIosAppMappingDetails", "type": "folder" }, "items": [ { "info": { "name": "Create Android to Ios App Mapping Details", "type": "http" }, "http": { "method": "POST", "url": "https://api.appstoreconnect.apple.com/v1/androidToIosAppMappingDetails", "body": { "type": "json", "data": "{}" } }, "docs": "Create Android to Ios App Mapping Details" }, { "info": { "name": "Get Android to Ios App Mapping Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/androidToIosAppMappingDetails/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "fields[androidToIosAppMappingDetails]", "value": "", "type": "query", "description": "the fields to include for returned resources of type androidToIosAppMappingDetails" } ] }, "docs": "Get Android to Ios App Mapping Details" }, { "info": { "name": "Update Android to Ios App Mapping Details", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.appstoreconnect.apple.com/v1/androidToIosAppMappingDetails/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Android to Ios App Mapping Details" }, { "info": { "name": "Delete Android to Ios App Mapping Details", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.appstoreconnect.apple.com/v1/androidToIosAppMappingDetails/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ] }, "docs": "Delete Android to Ios App Mapping Details" } ] } ], "bundled": true }