cURL
curl --request GET \ --url https://apidev.lindo.ai/v1/workspace/website/{website_id}/team \ --header 'Authorization: Bearer <token>'
{ "success": true, "result": { "list": [ { "member_id": "member_abc123", "email": "[email protected]", "role": "Editor", "created_date": "2024-01-15T10:30:00Z" } ], "total": 5 } }
Retrieves a paginated list of website team members. Verifies website ownership before returning team list.
Enter your API key (starts with lindo_sk_)
Unique identifier of the website
"website_abc123"
Website team list retrieved successfully
Indicates the operation was successful
true
false
Show child attributes
Was this page helpful?