v1
latestOpenAPI 3.1.02026-07-2617125852.3 KBLeadLabel
Get lead label
Requires one of the following scopes: lead-labels:read, lead-labels:all, all:read, all:all
get/api/v2/lead-labels/{id}
Path parameters
idstring uuid required
Example:019f94cd-aed2-76e1-8793-43fae73490c5
The ID of the requested item
Response
The requested Lead Label
Example response
{
"id": "019f94cd-83e0-7429-94c8-21a0dd9220c8",
"timestamp_created": "2026-07-24T15:45:24.448Z",
"created_by": "019f94cd-83e0-7429-94c8-21a15cab7bb9",
"organization_id": "019f94cd-83e0-7429-94c8-21a2305531f8",
"label": "Hot Lead",
"interest_status_label": "positive",
"interest_status": 1,
"description": "Used for marking high-priority leads"
}