post https://api2.frontapp.com/tags
Create a tag in the oldest team (workspace). This is a legacy endpoint. Use the Create company tag, Create team tag, or Create teammate tag endpoints instead.
Response
Create a tag in the oldest team (workspace). This is a legacy endpoint. Use the Create company tag, Create team tag, or Create teammate tag endpoints instead.
xxxxxxxxxx
curl --request POST \
--url https://api2.frontapp.com/tags \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"is_visible_in_conversation_lists": false
}
'