{ "opencollection": "1.0.0", "info": { "name": "App Store Connect AccessibilityDeclarations Devices API", "version": "4.3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Devices", "type": "folder" }, "items": [ { "info": { "name": "List Devices", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/devices", "params": [ { "name": "filter[name]", "value": "", "type": "query", "description": "filter by attribute 'name'" }, { "name": "filter[platform]", "value": "", "type": "query", "description": "filter by attribute 'platform'" }, { "name": "filter[udid]", "value": "", "type": "query", "description": "filter by attribute 'udid'" }, { "name": "filter[status]", "value": "", "type": "query", "description": "filter by attribute 'status'" }, { "name": "filter[id]", "value": "", "type": "query", "description": "filter by id(s)" }, { "name": "sort", "value": "", "type": "query", "description": "comma-separated list of sort expressions; resources will be sorted as specified" }, { "name": "fields[devices]", "value": "", "type": "query", "description": "the fields to include for returned resources of type devices" }, { "name": "limit", "value": "", "type": "query", "description": "maximum resources per page" } ] }, "docs": "List Devices" }, { "info": { "name": "Create Devices", "type": "http" }, "http": { "method": "POST", "url": "https://api.appstoreconnect.apple.com/v1/devices", "body": { "type": "json", "data": "{}" } }, "docs": "Create Devices" }, { "info": { "name": "Get Devices", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/devices/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "fields[devices]", "value": "", "type": "query", "description": "the fields to include for returned resources of type devices" } ] }, "docs": "Get Devices" }, { "info": { "name": "Update Devices", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.appstoreconnect.apple.com/v1/devices/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Devices" } ] } ], "bundled": true }