Returns lead tags visible to the caller within the team. Includes both team-wide tags and tags scoped to the caller.
curl --request GET \
--url https://api.lofty.com/v1.0/teamFeatures/listTag \
--header 'Authorization: <authorization>'[
{
"leadId": 123,
"tagId": 123,
"createTime": "2023-11-07T05:31:56Z",
"updateTime": "2023-11-07T05:31:56Z",
"tagName": "<string>",
"creatorUserId": 123,
"visibleType": 123
}
]Documentation Index
Fetch the complete documentation index at: https://developer.lofty.com/llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://api.lofty.com/v1.0/teamFeatures/listTag \
--header 'Authorization: <authorization>'[
{
"leadId": 123,
"tagId": 123,
"createTime": "2023-11-07T05:31:56Z",
"updateTime": "2023-11-07T05:31:56Z",
"tagName": "<string>",
"creatorUserId": 123,
"visibleType": 123
}
]