v1
latestOpenAPI 3.0.12026-08-064278250.7 KBdevices
Retrieve supported actions for a device
Retrieve all the supported actions that can be performed on a device through its enrollment code.
get/v1/devices/{enrollmentCode}/actions
Path parameters
enrollmentCodestring required
Headers
Workspacestring required
The workspace identifier, which isolates API requests inside the provided workspace scope.
Response
Success
Example response
{
"supportedValues": [
"encrypt"
]
}