PublicServiceEarliestSlotResponse

Response schema for the earliest available service slot via the public API

Response schema for the earliest available service slot via the public API

Example

{  "data": {    "end_at": "2025-03-10T10:00:00Z",    "end_at_ts": 1736464800,    "object": "slot",    "start_at": "2025-03-10T09:00:00Z",    "start_at_ts": 1736461200,    "time_zone": "Etc/UTC"  }}