GET
/tags/{tagId}Get a tag
Get a single tag by ID
Parameters
| Name | In | Type | Description |
|---|---|---|---|
tagIdrequired | path | string | Tag ID |
Response
Tag details
| Field | Type | Description |
|---|---|---|
idrequired | string | TypeID - a type-prefixed UUID |
namerequired | string | |
colorrequired | string | Hex color code |
createdAtrequired | string | ISO 8601 timestamp |
Errors
401Unauthorized404Tag not foundExample request
curl \
"https://feedback.quackback.io/api/v1/tags/:tagId" \
-H "Authorization: Bearer qb_your_api_key_here"