v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Add Labels

Lets you add a new customer tag to the organization. You cannot add tags beyond the limit set for the org.

You can set the label limit at the org level using the API POST organization/configs in the parameter ORG_MAX_LABEL_COUNT

post/organization/labels

Request body

namestring required

Name of the tag or labels.

descriptionstring required

Brief description about the tag.

Response

200

entityinteger

Example response

{
  "entity": 100737
}