cURL
curl --request GET \ --url https://apidev.lindo.ai/v1/workspace/client/list \ --header 'Authorization: Bearer <token>'
{ "success": true, "result": { "list": [ { "client_id": "client_abc123", "email": "[email protected]", "created_date": "2024-01-15T10:30:00Z", "full_name": "John Doe", "website_limit": 5, "suspended": false } ], "total": 25 } }
Retrieves a paginated list of all clients associated with the current workspace
Enter your API key (starts with lindo_sk_)
Page number for pagination
"1"
Search term to filter clients
"john"
Client list retrieved successfully
Indicates the operation was successful
true
false
Show child attributes
Was this page helpful?