DocsAPI ReferenceList workspaces
GET
/api/v1/workspacesReturns all workspaces the authenticated user has access to.
Headers
X-API-KeystringrequiredYour workspace API key.
Responses
200Array of workspace objects.
401Missing or invalid API key.
Try it live
API Configurationglobal · all endpoints
GET
https://api.serveka.com/api/v1/workspacescurl -X GET 'https://api.serveka.com/api/v1/workspaces' \