Returns lead ponds on the caller’s team that the caller is allowed to see.
curl --request GET \
--url https://api.lofty.com/v1.0/team-features/lead-ponds \
--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]
Lead ponds visible to the caller.
curl --request GET \
--url https://api.lofty.com/v1.0/team-features/lead-ponds \
--header 'Authorization: <authorization>'[
{
"id": 123,
"pondName": "<string>",
"pondOwnerId": 123,
"agentIds": [
10000000514,
10000000515
]
}
]