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