latestOpenAPI 3.1.02026-08-211061591.1 MB
69a962f1578f
Labels
Create Label
Create a personal label.
Premium limits apply to personal label creation. Free users who exceed the plan limit receive a premium-only error.
post/api/v1/labels
Request body
Example request
{
"name": "Priority",
"order": 12
}Response
Successful Response
Example response
{
"id": "2147509004",
"name": "Priority",
"color": "berry_red",
"order": 12
}