curl "https://server.smartlead.ai/api/v1/analytics/client/list?api_key=YOUR_KEY"
{
"ok": true,
"data": {
"client_list": [
{
"id": 1,
"name": "Acme Corp"
},
{
"id": 2,
"name": "TechStart Inc"
}
]
}
}
Get list of all clients for agency account filtering and selection
curl "https://server.smartlead.ai/api/v1/analytics/client/list?api_key=YOUR_KEY"
{
"ok": true,
"data": {
"client_list": [
{
"id": 1,
"name": "Acme Corp"
},
{
"id": 2,
"name": "TechStart Inc"
}
]
}
}
curl "https://server.smartlead.ai/api/v1/analytics/client/list?api_key=YOUR_KEY"
{
"ok": true,
"data": {
"client_list": [
{
"id": 1,
"name": "Acme Corp"
},
{
"id": 2,
"name": "TechStart Inc"
}
]
}
}