Saki Docs
Slot

List slots

Returns all scheduling slots for the space, ordered by day and time.

Base URLhttps://app.usesaki.com/api
get/spaces/{space}/slots

List slots

Returns all scheduling slots for the space, ordered by day and time.

AuthorizationBearer <token>

Path Parameters

spacerequiredinteger

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