DocsAPI ReferenceGet your workspace
GET
/api/v1/workspace/meReturns the workspace that the calling API key is scoped to. Use this to get your workspace UUID.
Headers
X-API-KeystringrequiredYour workspace API key.
Responses
200Workspace details.
{
"id": "aaaaaaaa-0000-0000-0000-000000000001",
"name": "Acme Corp",
"slug": "acme-corp",
"settings": {},
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-05-12T10:00:00Z"
}400API key is not bound to a workspace.
404Workspace no longer exists.
Try it live
API Configurationglobal · all endpoints
GET
https://api.serveka.com/api/v1/workspace/mecurl -X GET 'https://api.serveka.com/api/v1/workspace/me' \