cURL
curl --request POST \ --url https://api.wapikit.com/api/organization/tags \ --header 'Content-Type: application/json' \ --data '{ "label": "<string>" }'
{ "tag": { "label": "<string>", "uniqueId": "<string>" } }
create a new organization tag
new organization tag info
The body is of type object.
object
tag object
The response is of type object.
Was this page helpful?