Slot
Create slots
Creates scheduling slots for the given days of the week and time.
Base URL
https://app.usesaki.com/apipost
/spaces/{space}/slotsCreate slots
Creates scheduling slots for the given days of the week and time.
Authorization
Bearer <token>Path Parameters
spacerequiredintegerThe space ID
Request Bodyrequired
application/jsontimerequiredstringdays_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
{}