API ReferenceSpaces
List spaces
Returns all spaces belonging to the authenticated user, ordered by most recent.
Authorization
http AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
curl -X GET "https://zilfu.app/api/spaces"{
"data": [
{
"id": 0,
"name": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
]
}{
"message": "string"
}