DocsAPI ReferenceGet your workspace
GET/api/v1/workspace/me

Returns the workspace that the calling API key is scoped to. Use this to get your workspace UUID.

Headers

X-API-Keystringrequired

Your 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.