organization
Get a single label
get/orgs/{org}/labels/{id}
Path parameters
orgstring required
name of the organization
idinteger required
id of the label to get
Response
Label
Example response
{
"color": "00aabb"
}name of the organization
id of the label to get
Label
{
"color": "00aabb"
}