curl --request GET \
--url https://api.example.com/tags \
--cookie fastapiusersauth=[
{
"id": "<string>",
"name": "<string>",
"color": "<string>"
}
]List all tags for the current workspace.
curl --request GET \
--url https://api.example.com/tags \
--cookie fastapiusersauth=[
{
"id": "<string>",
"name": "<string>",
"color": "<string>"
}
]Was this page helpful?