Skip to main content
GET
/
v1.0
/
teamFeatures
/
listTag
List Tags
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.

Headers

Authorization
string
required

Bearer [access_token]

Response

Lead tags visible to the caller.

leadId
integer<int64>
tagId
integer<int64>
createTime
string<date-time>
updateTime
string<date-time>
tagName
string
creatorUserId
integer<int64>
visibleType
integer<int32>