POST https://api.getpostman.com/workspaces
This endpoint allows you to create a workspace and populate it with entities like On successful creation of the workspace, the response returns the workspcae Requires API Key as collections
, environments
, mocks
and monitors
using their uid
.name
and id
.
X-Api-Key
request header or apikey
URL query parameter.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string |
RESPONSES
status OK
{
"workspace": {
"id": "cfbcd9bf-cc8b-4d6f-b8ef-440a3e49e29f",
"name": "New Workspace"
}
} |
ENDPOINTS