API ReferenceQueue
Get next available queue slots
Returns up to 9 upcoming available time slots based on the space's scheduling configuration.
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/queue"{
"data": [
{
"datetime": "string",
"timestamp_ms": "string",
"label": "string"
}
]
}{
"message": "string"
}{
"message": "string"
}{
"message": "string"
}