Number of APIs: 5
PUT https://api.getpostman.com/workspaces/{{workspaceId}}
Updates a workspace. You can use the following request body properties to update the workspace: Note: You can change a workspace's We deprecated linking collections or environments between workspaces. We do not recommend that you do this. If you have a linked collection or environment, note the following:
name
— A string that contains the workspace's new name.type
— Optional. A string that contains the workspace type:
personal
— A personal workspace.team
— A team workspace.description
— Optional. A string that contains the new workspace description.type
from personal
to team
, but you cannot change a workspace from team
to personal
.Important:
POST https://api.getpostman.com/workspaces
Creates a new [workspace] Include the following properties in the request body: You can include the following optional properties in the request body: We deprecated linking collections or environments between workspaces. We do not recommend that you do this. If you have a linked collection or environment, note the following:
name
— A string that contains the workspace's name.type
— A string that contains the workspace type:
personal
— A personal workspace.team
— A team workspace.
description
— A string that contains a description of the workspace.Important:
GET https://api.getpostman.com/workspaces/{{workspaceId}}
Gets information about a workspace. Note: This endpoint's response contains the We have deprecated the visibility
field. [Visibility] determines who can access the workspace:
only-me
— Applies to the My Workspace workspace.personal
— Only you can access the workspace.team
— All team members can access the workspace.private-team
— Only invited team members can access the workspace.public
— Everyone can access the workspace.Important
name
and uid
responses in the following array of objects:
collections
environments
mocks
monitors
apis
DELETE https://api.getpostman.com/workspaces/{{workspaceId}}
Deletes an existing workspace. If you delete a workspace that has a linked collection or environment with another workspace, this will delete the collection and environment in all workspaces.Important:
GET https://api.getpostman.com/workspaces
Gets all [workspaces] The response includes your workspaces and any workspaces that you have access to. Note: This endpoint's response contains the visibility
field. [Visibility] determines who can access the workspace:
only-me
— Applies to the My Workspace workspace.personal
— Only you can access the workspace.team
— All team members can access the workspace.private-team
— Only invited team members can access the workspace.public
— Everyone can access the workspace.
ENDPOINTS