Skip to main content

Slot

A time slot with start and end times

end_atstring<date-time>required
end_at_tsintegerrequired

Unix timestamp in seconds

objectstringrequired

String representing the object's type.

Possible values: [slot]

start_atstring<date-time>required
start_at_tsintegerrequired

Unix timestamp in seconds

time_zonestringrequired

IANA time zone name

Slot
{
"end_at": "2025-03-10T10:00:00-04:00",
"end_at_ts": 1736464800,
"object": "slot",
"start_at": "2025-03-10T09:00:00-04:00",
"start_at_ts": 1736461200,
"time_zone": "America/New_York"
}