curl --request GET \
--url https://app.fliqr.ai/api/accounts/tags/{tag_id} \
--header 'X-ACCESS-TOKEN: <api-key>'{
"id": 123,
"name": "<string>"
}Get tag by id
curl --request GET \
--url https://app.fliqr.ai/api/accounts/tags/{tag_id} \
--header 'X-ACCESS-TOKEN: <api-key>'{
"id": 123,
"name": "<string>"
}Was this page helpful?