{ "opencollection": "1.0.0", "info": { "name": "App Store Connect AccessibilityDeclarations AppEvents API", "version": "4.3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "AppEvents", "type": "folder" }, "items": [ { "info": { "name": "Create App Events", "type": "http" }, "http": { "method": "POST", "url": "https://api.appstoreconnect.apple.com/v1/appEvents", "body": { "type": "json", "data": "{}" } }, "docs": "Create App Events" }, { "info": { "name": "Get App Events", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/appEvents/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "fields[appEvents]", "value": "", "type": "query", "description": "the fields to include for returned resources of type appEvents" }, { "name": "fields[appEventLocalizations]", "value": "", "type": "query", "description": "the fields to include for returned resources of type appEventLocalizations" }, { "name": "include", "value": "", "type": "query", "description": "comma-separated list of relationships to include" }, { "name": "limit[localizations]", "value": "", "type": "query", "description": "maximum number of related localizations returned (when they are included)" } ] }, "docs": "Get App Events" }, { "info": { "name": "Update App Events", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.appstoreconnect.apple.com/v1/appEvents/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update App Events" }, { "info": { "name": "Delete App Events", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.appstoreconnect.apple.com/v1/appEvents/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ] }, "docs": "Delete App Events" }, { "info": { "name": "List Related App Events / Localizations", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/appEvents/:id/relationships/localizations", "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 Events / Localizations" }, { "info": { "name": "List Related App Events / Localizations", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/appEvents/:id/localizations", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "fields[appEventLocalizations]", "value": "", "type": "query", "description": "the fields to include for returned resources of type appEventLocalizations" }, { "name": "fields[appEvents]", "value": "", "type": "query", "description": "the fields to include for returned resources of type appEvents" }, { "name": "fields[appEventScreenshots]", "value": "", "type": "query", "description": "the fields to include for returned resources of type appEventScreenshots" }, { "name": "fields[appEventVideoClips]", "value": "", "type": "query", "description": "the fields to include for returned resources of type appEventVideoClips" }, { "name": "limit", "value": "", "type": "query", "description": "maximum resources per page" }, { "name": "include", "value": "", "type": "query", "description": "comma-separated list of relationships to include" }, { "name": "limit[appEventScreenshots]", "value": "", "type": "query", "description": "maximum number of related appEventScreenshots returned (when they are included)" }, { "name": "limit[appEventVideoClips]", "value": "", "type": "query", "description": "maximum number of related appEventVideoClips returned (when they are included)" } ] }, "docs": "List Related App Events / Localizations" } ] } ], "bundled": true }