{ "opencollection": "1.0.0", "info": { "name": "The Things Stack — Application Server AppAs EndDeviceBatchClaimingServer API", "version": "v3.36" }, "items": [ { "info": { "name": "EndDeviceBatchClaimingServer", "type": "folder" }, "items": [ { "info": { "name": "Return whether claiming is supported for each Join EUI in a given list.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/edcs/claim/info/batch" }, "docs": "Return whether claiming is supported for each Join EUI in a given list." }, { "info": { "name": "Unclaims multiple end devices on an external Join Server.\nAll devices must have the same application ID.\nCheck the response for devices that could not be unclaimed.", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/edcs/claim/:application_ids.application_id/devices/batch", "params": [ { "name": "application_ids.application_id", "value": "", "type": "path" }, { "name": "device_ids", "value": "", "type": "query" } ] }, "docs": "Unclaims multiple end devices on an external Join Server.\nAll devices must have the same application ID.\nCheck the response for devices that could not be unclaimed." } ] } ], "bundled": true }