POST
/
organization
/
tags
curl --request POST \
  --url https://api.wapikit.com/api/organization/tags \
  --header 'Content-Type: application/json' \
  --data '{
  "label": "<string>"
}'
{
  "tag": {
    "label": "<string>",
    "uniqueId": "<string>"
  }
}

Body

application/json

new organization tag info

The body is of type object.

Response

200
application/json

tag object

The response is of type object.