For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tags

Device tag management

Get all tags

get

Retrieve all tags available in the organization.

Required permissions, when user-scoped authentication is used: MANAGE_TAG.

Authorizations
AuthorizationstringRequired

OAuth2 Bearer token obtained from authentication endpoint

Query parameters
orgIdinteger · int32Optional

Organization ID (optional). If not provided, the organization, that is associated with the authentication token, will be used.

Responses
200

List of tags

application/json
idinteger · int32RequiredExample: 1
namestringRequiredExample: Critical
colorstringOptional

Hex color code

Example: #FF0000
get/api/v1/organization/tags

Last updated

Was this helpful?