Workspace
List Workspaces
List your workspaces.
GET
/
v2
/
workspaces
List Workspaces
curl --request GET \
--url https://api.squarecloud.app/v2/workspaces \
--header 'Authorization: <authorization>'{
"status": "success",
"response": [
{
"id": "dcedcd13d7e272a7b32a70f6a1d180f23c12d759",
"name": "Test",
"owner": "5354d9742d889d49b20134ba0be09ccc0033be68",
"members": [
{
"name": "Example",
"id": "5354d9742d889d49b20134ba0be09ccc0033be68",
"group": "owner",
"joinedAt": "2025-06-04T20:44:55.934Z"
}
],
"applications": [],
"createdAt": "2025-06-04T20:44:55.934Z"
}
]
}
The API key for your account. You can find this in your account settings.
Response
Indicates whether the call was successful..
success if successful, error if not.The contents of the response.
Show Toggle object
Show Toggle object
The ID of the Workspace.
The Workspace owner id.
The name of the Workspace.
The creation timestamp in UTC-0.
{
"status": "success",
"response": [
{
"id": "dcedcd13d7e272a7b32a70f6a1d180f23c12d759",
"name": "Test",
"owner": "5354d9742d889d49b20134ba0be09ccc0033be68",
"members": [
{
"name": "Example",
"id": "5354d9742d889d49b20134ba0be09ccc0033be68",
"group": "owner",
"joinedAt": "2025-06-04T20:44:55.934Z"
}
],
"applications": [],
"createdAt": "2025-06-04T20:44:55.934Z"
}
]
}
⌘I
List Workspaces
curl --request GET \
--url https://api.squarecloud.app/v2/workspaces \
--header 'Authorization: <authorization>'{
"status": "success",
"response": [
{
"id": "dcedcd13d7e272a7b32a70f6a1d180f23c12d759",
"name": "Test",
"owner": "5354d9742d889d49b20134ba0be09ccc0033be68",
"members": [
{
"name": "Example",
"id": "5354d9742d889d49b20134ba0be09ccc0033be68",
"group": "owner",
"joinedAt": "2025-06-04T20:44:55.934Z"
}
],
"applications": [],
"createdAt": "2025-06-04T20:44:55.934Z"
}
]
}

