{ "opencollection": "1.0.0", "info": { "name": "App Store Connect AccessibilityDeclarations SubscriptionPrices API", "version": "4.3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "SubscriptionPrices", "type": "folder" }, "items": [ { "info": { "name": "Create Subscription Prices", "type": "http" }, "http": { "method": "POST", "url": "https://api.appstoreconnect.apple.com/v1/subscriptionPrices", "body": { "type": "json", "data": "{}" } }, "docs": "Create Subscription Prices" }, { "info": { "name": "Delete Subscription Prices", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.appstoreconnect.apple.com/v1/subscriptionPrices/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ] }, "docs": "Delete Subscription Prices" } ] } ], "bundled": true }