API ReferenceSlots
List slots
Returns all scheduling slots for the space, ordered by day and time.
Authorization
http AuthorizationBearer <token>
In: header
Path Parameters
space*integer
The space ID
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://zilfu.app/api/spaces/0/slots"{
"data": [
{
"id": 0,
"day_of_week": 0,
"time": "string"
}
]
}{
"message": "string"
}{
"message": "string"
}{
"message": "string"
}