Saki Docs
Space

List spaces

Returns all spaces belonging to the authenticated user, ordered by most recent.

Base URLhttps://app.usesaki.com/api
get/spaces

List spaces

Returns all spaces belonging to the authenticated user, ordered by most recent.

AuthorizationBearer <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"
    }
  ]
}