Create 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"
}
}This endpoint creates a new tag and associates it with the client.
201
{
"data": {
"id": 1,
"name": "Important",
"color": "#C0382B",
"status": "active"
}
}