Skip to main content
GET
Get Workspace
string
required
The API key for your account. You can find this in your account settings.
Returns the full details of a single workspace: its owner, member list with roles, shared applications, and creation date. The authenticated user must be the owner or a current member; anyone else, including someone with just the workspace ID, gets a 404 rather than a permission error, so the endpoint doubles as a lightweight existence check. Use this after Invite Member or Add Application to confirm the change landed, or use List Workspaces to fetch every workspace the caller has access to at once. Rate limited to 30 requests per 60 seconds per user, with a 60-second block once that’s exceeded.

Parameters

string
The ID of the workspace.

Response

string
Indicates whether the call was successful.. success if successful, error if not.
object
The contents of the response.

Common errors