Device tags
List device tag values
Authorization
API key Devices: readAuthorizationBearer <token>
API key (sf_...) with any of the required scopes. Generate it in the Spotflow portal on the settings page.
In: header
Scope: Devices: read
Path Parameters
workspaceId*string
Format
uuidtagName*string
Response Body
application/json
curl -X GET "https://example.com/workspaces/00000000-0000-0000-0000-000000000001/device-tags/environment/values"Values used for the tag in the workspace.
{ "values": [ "development", "field-test", "production" ]}