Returns a specific availability schedule by its UUID.
curl --request GET \
--url https://api.zeeg.me/v2/schedules/{uuid} \
--header 'Authorization: Bearer <token>'{
"success": true,
"status": 200,
"resource": {
"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"
}
}Schedule public identifier
"Q1ZYo391da"
Email address of the user who owns the schedule.
"lena.meier@horizondigital.de"
When true, includes the list of scheduling pages associated with the schedule.
true
OK
Hide child attributes
API resource URI for this schedule
Email address of the schedule owner
Display name of the schedule
Whether this is the default schedule
IANA timezone identifier
Current server time
Timestamp of creation
Timestamp of last update
true
200
curl --request GET \
--url https://api.zeeg.me/v2/schedules/{uuid} \
--header 'Authorization: Bearer <token>'{
"success": true,
"status": 200,
"resource": {
"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"
}
}