v1
latestOpenAPI 3.0.32026-07-1419076.2 KBCreate Tag
This endpoint creates a new tag and associates it with the client.
post/tags
Request body
Response
201
Example response
{
"data": {
"id": 1,
"name": "Important",
"color": "#C0382B",
"status": "active"
}
}