area: leads
action: getlabels
https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=leads&action=getlabels
<response>
<label>
<id>7</id>
<title>Tradeshow</title>
<color>#339933</color>
</label>
<label>
<id>9</id>
<title>OnPoint</title>
<color>#0000FF</color>
</label>
</response>
{
"label": [
{
"id": "7",
"title": "Tradeshow",
"color": "#339933"
},
{
"id": "9",
"title": "OnPoint",
"color": "#0000FF"
}
]
}