{ "opencollection": "1.0.0", "info": { "name": "App Store Connect AccessibilityDeclarations PromotedPurchases API", "version": "4.3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "PromotedPurchases", "type": "folder" }, "items": [ { "info": { "name": "Create Promoted Purchases", "type": "http" }, "http": { "method": "POST", "url": "https://api.appstoreconnect.apple.com/v1/promotedPurchases", "body": { "type": "json", "data": "{}" } }, "docs": "Create Promoted Purchases" }, { "info": { "name": "Get Promoted Purchases", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/promotedPurchases/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "fields[promotedPurchases]", "value": "", "type": "query", "description": "the fields to include for returned resources of type promotedPurchases" }, { "name": "fields[inAppPurchases]", "value": "", "type": "query", "description": "the fields to include for returned resources of type inAppPurchases" }, { "name": "fields[subscriptions]", "value": "", "type": "query", "description": "the fields to include for returned resources of type subscriptions" }, { "name": "include", "value": "", "type": "query", "description": "comma-separated list of relationships to include" } ] }, "docs": "Get Promoted Purchases" }, { "info": { "name": "Update Promoted Purchases", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.appstoreconnect.apple.com/v1/promotedPurchases/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Promoted Purchases" }, { "info": { "name": "Delete Promoted Purchases", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.appstoreconnect.apple.com/v1/promotedPurchases/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ] }, "docs": "Delete Promoted Purchases" } ] } ], "bundled": true }