API Reference
cURL
curl --request GET \ --url https://api.meetsquad.ai/organisations/{orgId}/workspaces/{workspaceId} \ --header 'Authorization: Bearer <token>'
{ "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." } }
Retrieves a specific workspace by ID
JWT authentication for organization-scoped endpoints.
Organization ID
Workspace ID
Success
Response containing a single workspace
Workspace data
Show child attributes
Was this page helpful?