OpeningsResponse

Response schema for a list of openings

Response schema for a list of openings

Example

{  "data": [    {      "created_at": "2025-02-17T17:49:19Z",      "date": "2025-06-15",      "end_time": "17:00",      "id": "opn_d025a96ac0c6",      "object": "opening",      "provider_id": "prov_d025a96ac0c6",      "start_time": "09:00",      "time_zone": "America/New_York",      "title": "Extra clinic hours",      "updated_at": "2025-02-17T17:49:19Z"    }  ],  "meta": {    "current_page": 1,    "page_size": 10,    "total_count": 50,    "total_pages": 5  }}