v1

latestOpenAPI 3.0.32026-07-131670112.4 KB
Availability

Create availability rule

Create a single weekly availability window for the authenticated user.

post/v1/availability

Request body

day_of_weekinteger required

0=Sunday, 6=Saturday

start_timestring required

HH:MM

end_timestring required

HH:MM

timezonestring

Response

Default Response

object required

Example response

{
  "Id": 12,
  "user_id": "7",
  "day_of_week": 1,
  "start_time": "09:00",
  "end_time": "17:00",
  "timezone": "America/Chicago"
}