Api referenceTags
Get tag
Fetch a single tag by identifier.
Authorization
bearerAuth AuthorizationBearer <token>
Cobalt API key (prefix ck_live_). Issue from dashboard → Settings → API keys.
In: header
Path Parameters
tagId*string
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/tags/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"archivedAt": "string",
"color": "string",
"createdAt": "string",
"id": "string",
"name": "string"
}{
"code": "string",
"error": "string"
}{
"code": "string",
"error": "string"
}{
"error": {
"issues": [
{
"code": "string",
"message": "string",
"path": [
"string"
]
}
],
"name": "string"
},
"success": true
}