Skip to content
GET/tags/{tagId}

Get a tag

Get a single tag by ID

Parameters

NameInTypeDescription
tagIdrequiredpathstringTag ID

Response

Tag details

FieldTypeDescription
idrequiredstringTypeID - a type-prefixed UUID
namerequiredstring
colorrequiredstringHex color code
createdAtrequiredstringISO 8601 timestamp

Errors

401Unauthorized
404Tag not found

Example request

curl \
  "https://feedback.quackback.io/api/v1/tags/:tagId" \
  -H "Authorization: Bearer qb_your_api_key_here"