Tags
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:
1namestringRequiredExample:
CriticalcolorstringOptionalExample:
Hex color code
#FF0000400
Bad request
application/json
403
Forbidden
404
Organization not found or access denied
application/json
429
Too many requests
500
Internal server error
application/json
get/api/v1/organization/tags
GET /api/v1/organization/tags HTTP/1.1
Host: blynk.cloud
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"id": 1,
"name": "Critical",
"color": "#FF0000"
}
]Last updated
Was this helpful?

