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