cURL
curl --request GET \ --url https://apidev.lindo.ai/v1/workspace \ --header 'Authorization: Bearer <token>'
{ "success": true, "result": { "workspace_id": "workspace_abc123", "workspace_name": "My Workspace", "workspace_language": "en", "email": "[email protected]", "plan": "pro", "integrations": [ { "name": "stripe", "ready": false, "value": "acct_1SwQ4AIJUp1O1efL" } ], "webhook_url": "https://api.mybusiness.com/webhooks", "created_date": "2024-01-15T10:30:00Z" } }
Retrieves detailed information about the current workspace including settings and integrations.
Enter your API key (starts with lindo_sk_)
Workspace details retrieved successfully
Indicates the operation was successful
true
false
Show child attributes
Was this page helpful?