Resolve the organization's default space

View as Markdown
Returns the organization's default-space id from the persisted per-org pointer, adopting the legacy literal-id space into the pointer on first read if needed. Read-only: it never creates a space and never designates an existing one. Returns 404 when the organization has no default space yet — even if it has other spaces — matching the "not ready" state `POST /onboarding/default-space` repairs. Authorization: any authenticated organization member.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

The organization's default space id.
spaceIdstring

Errors

404
Not Found Error