Space
List spaces
Returns all spaces belonging to the authenticated user, ordered by most recent.
Base URL
https://app.usesaki.com/apiget
/spacesList spaces
Returns all spaces belonging to the authenticated user, ordered by most recent.
Authorization
Bearer <token>Response
curl -X GET "https://app.usesaki.com/api/spaces" \
-H "Authorization: Bearer YOUR_TOKEN"Response
{
"data": [
{
"id": 0,
"name": "string",
"created_at": "2024-01-01T00:00:00Z",
"updated_at": "2024-01-01T00:00:00Z"
}
]
}