Get a workspace
getWorkspaceRetrieve a Postman workspace's details, including visibility settings and optional team, SCIM, or deactivated mock server data.
Instructions
Gets information about a workspace.
Note:
This endpoint's response contains the `visibility` field. Visibility determines who can access the workspace:
`personal` — Only you can access the workspace.
`team` — All team members can access the workspace.
`private` — Only invited team members can access the workspace (Team and Enterprise plans only).
`public` — Everyone can access the workspace.
`partner` — Only invited team members and partners can access the workspace (Team and Enterprise plans only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | A comma-separated list of values to include in the endpoint's response: - `scim` — Return the SCIM user IDs of the workspace creator and who last modified it. - `team` — Return the workspace's team ID. Returns a null value if the workspace isn't associated with a team. - `mocks:deactivated` — Include all deactivated mock servers in the response. | |
| workspaceId | Yes | The workspace's ID. |