POST
/
api
/
v3
/
opportunity_workspaces
curl --request POST \
  --url https://app.govly.com/api/v3/opportunity_workspaces \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --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.