{ "opencollection": "1.0.0", "info": { "name": "App Store Connect AccessibilityDeclarations AppAvailabilities API", "version": "4.3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "AppAvailabilities", "type": "folder" }, "items": [ { "info": { "name": "Create App Availabilities V2", "type": "http" }, "http": { "method": "POST", "url": "https://api.appstoreconnect.apple.com/v2/appAvailabilities", "body": { "type": "json", "data": "{}" } }, "docs": "Create App Availabilities V2" }, { "info": { "name": "Get App Availabilities V2", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v2/appAvailabilities/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "fields[appAvailabilities]", "value": "", "type": "query", "description": "the fields to include for returned resources of type appAvailabilities" }, { "name": "fields[territoryAvailabilities]", "value": "", "type": "query", "description": "the fields to include for returned resources of type territoryAvailabilities" }, { "name": "include", "value": "", "type": "query", "description": "comma-separated list of relationships to include" }, { "name": "limit[territoryAvailabilities]", "value": "", "type": "query", "description": "maximum number of related territoryAvailabilities returned (when they are included)" } ] }, "docs": "Get App Availabilities V2" }, { "info": { "name": "List Related App Availabilities V2 / Territory Availabilities", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v2/appAvailabilities/:id/relationships/territoryAvailabilities", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "limit", "value": "", "type": "query", "description": "maximum resources per page" } ] }, "docs": "List Related App Availabilities V2 / Territory Availabilities" }, { "info": { "name": "List Related App Availabilities V2 / Territory Availabilities", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v2/appAvailabilities/:id/territoryAvailabilities", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "fields[territoryAvailabilities]", "value": "", "type": "query", "description": "the fields to include for returned resources of type territoryAvailabilities" }, { "name": "fields[territories]", "value": "", "type": "query", "description": "the fields to include for returned resources of type territories" }, { "name": "limit", "value": "", "type": "query", "description": "maximum resources per page" }, { "name": "include", "value": "", "type": "query", "description": "comma-separated list of relationships to include" } ] }, "docs": "List Related App Availabilities V2 / Territory Availabilities" } ] } ], "bundled": true }