post https://api.pandadoc.com/public/v1/workspaces
Create a workspace in your organization.
- You need to be an Org Admin to create a workspace.
- You will be added to the new workspace with an Admin role.
Log in to see full request history
Responses
Create a workspace in your organization.
xxxxxxxxxx
curl --request POST \
--url https://api.pandadoc.com/public/v1/workspaces \
--header 'Authorization: API-Key 3039ba033eb1410caa0a2227158d63c9d6502cd8' \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"id": "5RdKYSewV5vMtik3CmoDMR",
"name": "A new workspace"
}