Labels
Get Label
Return a personal label by ID.
Returns NOT_FOUND when the label does not exist or the ID is invalid.
get/api/v1/labels/{label_id}
Path parameters
label_idinteger required
String ID of the label
Response
Successful Response
Example response
{
"id": "2147509004",
"name": "Priority",
"color": "berry_red",
"order": 12
}Changes
No recorded changes to this endpoint across all 10 revisions of this API.