Slot
List slots
Returns all scheduling slots for the space, ordered by day and time.
Base URL
https://app.usesaki.com/apiget
/spaces/{space}/slotsList slots
Returns all scheduling slots for the space, ordered by day and time.
Authorization
Bearer <token>Path Parameters
spacerequiredintegerThe space ID
Response
curl -X GET "https://app.usesaki.com/api/spaces/{space}/slots" \
-H "Authorization: Bearer YOUR_TOKEN"Response
{
"data": [
{
"id": 0,
"day_of_week": 0,
"time": "string"
}
]
}