Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET "https://api.whatabot.app/api/v1/workspaces?page=0&size=10" \ -H "X-Api-Key: wh_your_api_key"
{ "content": [ { "id": "workspace-uuid", "name": "My Workspace", "createdAt": "2025-01-15T10:00:00.000Z" } ], "totalElements": 1, "totalPages": 1, "number": 0, "size": 10, "first": true, "last": true }
Liste todos os espaços de trabalho da conta.
wh_