Saki Docs
Slot

Create slots

Creates scheduling slots for the given days of the week and time.

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

Create slots

Creates scheduling slots for the given days of the week and time.

AuthorizationBearer <token>

Path Parameters

spacerequiredinteger

The space ID

Request Bodyrequired

application/json
timerequiredstring
days_of_weekrequiredinteger[]

Response

curl -X POST "https://app.usesaki.com/api/spaces/{space}/slots" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
  "time": "string",
  "days_of_week": [
    0
  ]
}'
Response
{}