Skip to main content
GET
Returns workspace-level metadata associated with the provided workspace API key.

Request

Authorization
string
required
Bearer <API_KEY> from Console > Developers > Workspace API Keys.

Response

id
string
Workspace identifier (e.g., org_xxx).
apps_count
number
Total number of apps in the workspace.
createdAt
string
ISO-8601 timestamp for workspace creation. Consistent with the createdAt field returned by all other workspace endpoints.
created_at
number
Unix timestamp (seconds since epoch) for workspace creation. Kept for backward compatibility.