curl --request GET \
--url https://api.example.com/tags/{tag_id} \
--cookie fastapiusersauth={
"id": "<string>",
"name": "<string>",
"color": "<string>"
}Get a specific tag by ID.
curl --request GET \
--url https://api.example.com/tags/{tag_id} \
--cookie fastapiusersauth={
"id": "<string>",
"name": "<string>",
"color": "<string>"
}Was this page helpful?