API Reference
cURL
curl --request POST \ --url https://api.meetsquad.ai/organisations/{orgId}/workspaces \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "missionStatement": "Develop innovative products that solve real customer problems", "homepageUrl": "<string>", "logoUrl": "<string>", "description": "<string>", "outcomes": [ "<string>" ], "utm": { "source": "<string>", "medium": "<string>", "campaign": "<string>", "term": "<string>", "content": "<string>" } } '
{ "data": { "id": "c0e195d9-b918-4a3a-bd8b-f730361d044f", "name": "Product Development", "missionStatement": "Develop innovative products that solve real customer problems", "createdAt": "2025-03-26T22:35:46Z", "updatedAt": "2025-03-26T22:35:46Z", "status": "Initializing", "homepageUrl": "https://product.example.com", "logoUrl": "https://product.example.com/logo.png", "description": "This workspace focuses on our core product development initiatives, including roadmap planning, feature development, and product improvements." } }
Creates a new workspace for the specified organization
JWT authentication for organization-scoped endpoints.
Organization ID
Request schema for creating a workspace
Mission statement for the workspace
"Develop innovative products that solve real customer problems"
Show child attributes
Workspace created successfully
Response containing a single workspace
Workspace data
Was this page helpful?