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.
Returns every workspace the authenticated user is a member of.
cURL
curl -X GET 'http://localhost:8080/v1/workspace/' \ -H 'Authorization: Bearer ek_live_xxxxx'
[ { "id": "<string>", "name": "<string>", "slug": "<string>", "ownerId": "<string>" } ]
API key authentication. Pass Authorization: Bearer ek_live_xxxxx on every request.
Authorization: Bearer ek_live_xxxxx
Default Response