cURL
curl --request GET \ --url https://apidev.lindo.ai/v1/workspace/website/list \ --header 'Authorization: Bearer <token>'
{ "success": true, "result": { "list": [ { "website_id": "website_abc123", "website_name": "My Business Website", "domain": "https://example.com", "activated": true, "created_date": "2024-01-15T10:30:00Z", "language": "en" } ], "total": 10 } }
Retrieves a paginated list of all websites associated with the current workspace
Enter your API key (starts with lindo_sk_)
Page number for pagination
"1"
Search term to filter websites
"example.com"
Website list retrieved successfully
Indicates the operation was successful
true
false
Show child attributes
Was this page helpful?