Skip to content

Create Tag POST

URL: https://api.painelalter.com/api/createTag

Creates a tag for the company of the token user.

Body Parameters

ParameterDescription
labelTag name

Example Body

json
{
    "label": "New tag"
}