API Reference
cURL
curl --request GET \ --url https://api.meetsquad.ai/organisations/{orgId}/workspaces \ --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." } ] }
Lists all workspaces for the specified organization
JWT authentication for organization-scoped endpoints.
Organization ID
Success
Response containing an array of workspaces
Array of workspaces
Show child attributes
Was this page helpful?