GET
/tagsList tags
Returns all tags in the workspace
Response
List of tags
Returns an array of objects:
| Field | Type | Description |
|---|---|---|
idrequired | string | TypeID - a type-prefixed UUID |
namerequired | string | |
colorrequired | string | Hex color code |
createdAtrequired | string | ISO 8601 timestamp |
meta
| Field | Type | Description |
|---|---|---|
paginationrequired | object |
Errors
401UnauthorizedExample request
curl \
"https://feedback.quackback.io/api/v1/tags" \
-H "Authorization: Bearer qb_your_api_key_here"