v1
latestOpenAPI 3.0.12026-07-22120163333.7 KBTeam Features
Get Lead Pond
Returns a single lead pond by ID. The pond must belong to the caller's team and be visible to the caller (office-level lead-pond manage permission). If it is not, the request fails with 400 Permission denied; the same error is returned whether the pond does not exist or simply is not visible, so existence is not disclosed.
get/v1.0/team-features/lead-pond/{id}
Path parameters
idinteger required
ID of the lead pond.
Headers
Authorizationstring required
Bearer [access_token]
Response
Lead pond retrieved successfully.
Example response
{
"agentIds": [
10000000514,
10000000515
]
}