Skip to main content
POST
/
api
/
v3
/
opportunity_workspaces
Create Workspace
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>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.govly.com/llms.txt

Use this file to discover all available pages before exploring further.

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.