POST
/
api
/
v3
/
opportunity_workspaces
Create Workspace
curl --request POST \
  --url https://app.govly.com/api/v3/opportunity_workspaces \
  --header 'Content-Type: application/json' \
  --data '{
  "opportunityId": "<string>",
  "name": "<string>"
}'
This endpoint creates a new workspace for an opportunity.

Request Body

opportunityId
string
required
ID of the opportunity to create a workspace for
name
string
Display name for the workspace
This endpoint is part of the legacy v3 API and will be deprecated in the future. Please migrate to the new enterprise API endpoints.