Skip to content

Get All Tags

GET
/v1/tags
curl --request GET \
--url https://example.com/api/v1/tags \
--header 'Authorization: <Authorization>'

OK

Media type application/json
Array<object>
object
color
string
createdAt
string
description
string
icon
string
id
string
name
string
parentId
string
nullable
updatedAt
string
Example generated
[
{
"color": "example",
"createdAt": "example",
"description": "example",
"icon": "example",
"id": "example",
"name": "example",
"parentId": "example",
"updatedAt": "example"
}
]