Call us toll-free @ 888-497-7898

API Call Information

area: leads

action: getlabels

API Arguments

Argument Data Type Required Description

API URL Example

https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=leads&action=getlabels

API Response

XML Response

<response>
<label>
<id>7</id>
<title>Tradeshow</title>
<color>#339933</color>
</label>
<label>
<id>9</id>
<title>OnPoint</title>
<color>#0000FF</color>
</label>
</response>

JSON Response

{
    "label": [
        {
            "id": "7",
            "title": "Tradeshow",
            "color": "#339933"
        },
        {
            "id": "9",
            "title": "OnPoint",
            "color": "#0000FF"
        }
    ]
}