Returns a single lead pond by ID. The pond must belong to the caller’s team and be visible to the caller.
curl --request GET \
--url https://api.lofty.com/v1.0/team-features/lead-pond/{id} \
--header 'Authorization: <authorization>'{
"id": 123,
"pondName": "<string>",
"pondOwnerId": 123,
"agentIds": [
10000000514,
10000000515
]
}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.
Bearer [access_token]
ID of the lead pond.
x >= 1Lead pond retrieved successfully.
curl --request GET \
--url https://api.lofty.com/v1.0/team-features/lead-pond/{id} \
--header 'Authorization: <authorization>'{
"id": 123,
"pondName": "<string>",
"pondOwnerId": 123,
"agentIds": [
10000000514,
10000000515
]
}