Returns a paginated list of availability schedules for the specified user.
Each schedule contains weekly recurring hours and optional special date overrides.
curl --request GET \
--url https://api.zeeg.me/v2/schedules \
--header 'Authorization: Bearer <token>'{
"collection": [
{
"uri": "https://api.zeeg.me/v2/schedules/Q1ZYo391da",
"uuid": "Q1ZYo391da",
"email": "lena.meier@horizondigital.de",
"title": "Working Hours",
"isDefault": true,
"timezone": "Europe/Berlin",
"weekly_hours": [
{
"day": "Mon",
"timesets": [
[
"09:00",
"17:00"
]
]
},
{
"day": "Tue",
"timesets": [
[
"09:00",
"17:00"
]
]
},
{
"day": "Wed",
"timesets": [
[
"09:00",
"17:00"
]
]
},
{
"day": "Thu",
"timesets": [
[
"09:00",
"17:00"
]
]
},
{
"day": "Fri",
"timesets": [
[
"09:00",
"17:00"
]
]
},
{
"day": "Sat",
"timesets": []
},
{
"day": "Sun",
"timesets": []
}
],
"special_hours": [
{
"date": "2026-04-21",
"timesets": [
[
"10:00",
"14:00"
]
]
}
],
"schedulingPages": [
{
"uuid": "80f46bf5-eb01-4c07-960e-a9a3e18aae5e",
"title": "30-Minute Discovery Call",
"slug": "30min-discovery-call",
"schedulingUrl": "https://zeeg.me/lena-meier/30min-discovery-call"
}
],
"currentTime": "2026-04-10T08:30:00+02:00",
"createdAt": "2026-04-01T10:00:00.000000Z",
"updatedAt": "2026-04-05T14:30:00.000000Z"
},
{
"uri": "https://api.zeeg.me/v2/schedules/otrBCIib7j",
"uuid": "otrBCIib7j",
"email": "lena.meier@horizondigital.de",
"title": "Evening Consultations",
"isDefault": false,
"timezone": "Europe/Berlin",
"weekly_hours": [
{
"day": "Mon",
"timesets": [
[
"18:00",
"20:00"
]
]
},
{
"day": "Tue",
"timesets": [
[
"18:00",
"20:00"
]
]
},
{
"day": "Wed",
"timesets": []
},
{
"day": "Thu",
"timesets": [
[
"18:00",
"20:00"
]
]
},
{
"day": "Fri",
"timesets": []
},
{
"day": "Sat",
"timesets": []
},
{
"day": "Sun",
"timesets": []
}
],
"special_hours": null,
"schedulingPages": [],
"currentTime": "2026-04-10T08:30:00+02:00",
"createdAt": "2026-04-02T12:00:00.000000Z",
"updatedAt": "2026-04-02T12:00:00.000000Z"
}
],
"pagination": {
"total": 2,
"count": 2,
"totalPages": 1,
"previousPage": null,
"currentPage": 1,
"nextPage": null
}
}Email address of the user whose schedules to retrieve.
"lena.meier@horizondigital.de"
Limit the number of returned results per page.
1 <= x <= 10010
Page number for paginated results.
x >= 11
When true, includes the list of scheduling pages associated with each schedule.
true
OK
List of availability schedules
Hide child attributes
API resource URI for this schedule
"https://api.zeeg.me/v2/schedules/Q1ZYo391da"
Schedule public identifier
"Q1ZYo391da"
Email address of the schedule owner
Display name of the schedule
Whether this is the default schedule
IANA timezone identifier
Weekly recurring availability hours
Current server time
Timestamp of creation
Timestamp of last update
Hide child attributes
Total number of records.
x >= 0Number of records per page.
x >= 0Total number of pages.
x >= 0Current page number.
x >= 1Link to previous page, or null.
"/v2/schedules?page=1"
Link to next page, or null.
"/v2/schedules?page=3"
curl --request GET \
--url https://api.zeeg.me/v2/schedules \
--header 'Authorization: Bearer <token>'{
"collection": [
{
"uri": "https://api.zeeg.me/v2/schedules/Q1ZYo391da",
"uuid": "Q1ZYo391da",
"email": "lena.meier@horizondigital.de",
"title": "Working Hours",
"isDefault": true,
"timezone": "Europe/Berlin",
"weekly_hours": [
{
"day": "Mon",
"timesets": [
[
"09:00",
"17:00"
]
]
},
{
"day": "Tue",
"timesets": [
[
"09:00",
"17:00"
]
]
},
{
"day": "Wed",
"timesets": [
[
"09:00",
"17:00"
]
]
},
{
"day": "Thu",
"timesets": [
[
"09:00",
"17:00"
]
]
},
{
"day": "Fri",
"timesets": [
[
"09:00",
"17:00"
]
]
},
{
"day": "Sat",
"timesets": []
},
{
"day": "Sun",
"timesets": []
}
],
"special_hours": [
{
"date": "2026-04-21",
"timesets": [
[
"10:00",
"14:00"
]
]
}
],
"schedulingPages": [
{
"uuid": "80f46bf5-eb01-4c07-960e-a9a3e18aae5e",
"title": "30-Minute Discovery Call",
"slug": "30min-discovery-call",
"schedulingUrl": "https://zeeg.me/lena-meier/30min-discovery-call"
}
],
"currentTime": "2026-04-10T08:30:00+02:00",
"createdAt": "2026-04-01T10:00:00.000000Z",
"updatedAt": "2026-04-05T14:30:00.000000Z"
},
{
"uri": "https://api.zeeg.me/v2/schedules/otrBCIib7j",
"uuid": "otrBCIib7j",
"email": "lena.meier@horizondigital.de",
"title": "Evening Consultations",
"isDefault": false,
"timezone": "Europe/Berlin",
"weekly_hours": [
{
"day": "Mon",
"timesets": [
[
"18:00",
"20:00"
]
]
},
{
"day": "Tue",
"timesets": [
[
"18:00",
"20:00"
]
]
},
{
"day": "Wed",
"timesets": []
},
{
"day": "Thu",
"timesets": [
[
"18:00",
"20:00"
]
]
},
{
"day": "Fri",
"timesets": []
},
{
"day": "Sat",
"timesets": []
},
{
"day": "Sun",
"timesets": []
}
],
"special_hours": null,
"schedulingPages": [],
"currentTime": "2026-04-10T08:30:00+02:00",
"createdAt": "2026-04-02T12:00:00.000000Z",
"updatedAt": "2026-04-02T12:00:00.000000Z"
}
],
"pagination": {
"total": 2,
"count": 2,
"totalPages": 1,
"previousPage": null,
"currentPage": 1,
"nextPage": null
}
}