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