Create Tag POST
URL: https://api.painelalter.com/api/createTag
Creates a tag for the company of the token user.
Body Parameters
| Parameter | Description |
|---|---|
| label | Tag name |
Example Body
json
{
"label": "New tag"
}URL: https://api.painelalter.com/api/createTag
Creates a tag for the company of the token user.
| Parameter | Description |
|---|---|
| label | Tag name |
{
"label": "New tag"
}