DocsAPI ReferenceGet workspace details
GET/api/v1/workspaces/{workspace_id}

Returns workspace details. The caller must be a member of the workspace.

Path Parameters

workspace_idstringrequirede.g. "aaaaaaaa-0000-0000-0000-000000000001"

Workspace UUID.

Headers

X-API-Keystringrequired

Your workspace API key.

Responses

200Workspace details.
403Not a member of this workspace.
404Workspace not found.