v1
latestOpenAPI 3.1.02026-07-2618690613.4 KBLabels
Create label
Create a new label in the organization.
Any user can create basic labels, but Organization Admin permissions are required to:
- Create Verified labels (verified: true)
- Create Homepage labels (homepage: true)
post/v1/labels
Query parameters
userIdstring
Requires an Organization API key. Optional user ID that attributes the action to the specified user.
Request body
Example request
{
"color": "#0366d6",
"description": "Documents based on dev schemas"
}Response
Label created successfully
Example response
{
"name": "Production",
"verified": true,
"usage_count": 12,
"color": "#0366d6",
"description": "Documents based on dev schemas"
}