curl --request GET \
--url https://api.example.com/availability/{id} \
--header 'x-meetergo-api-user-id: <api-key>'{
"id": "<string>",
"name": "<string>",
"schedule": {
"monday": {
"enabled": true,
"hours": [
{
"start": "<string>",
"end": "<string>"
}
]
},
"tuesday": {
"enabled": true,
"hours": [
{
"start": "<string>",
"end": "<string>"
}
]
},
"wednesday": {
"enabled": true,
"hours": [
{
"start": "<string>",
"end": "<string>"
}
]
},
"thursday": {
"enabled": true,
"hours": [
{
"start": "<string>",
"end": "<string>"
}
]
},
"friday": {
"enabled": true,
"hours": [
{
"start": "<string>",
"end": "<string>"
}
]
},
"saturday": {
"enabled": true,
"hours": [
{
"start": "<string>",
"end": "<string>"
}
]
},
"sunday": {
"enabled": true,
"hours": [
{
"start": "<string>",
"end": "<string>"
}
]
}
},
"timezone": "<string>",
"availabilityExceptions": [
{
"ownerId": "<string>",
"ownerType": "company",
"available": true,
"start": "<string>",
"end": "<string>",
"createdAt": "<string>",
"id": 123,
"title": "<string>",
"note": "<string>",
"deletedAt": "<string>"
}
],
"isDefault": true,
"createdAt": "<string>",
"deletedAt": "<string>",
"useExplicitAvailability": true,
"explicitAvailabilityEventTitle": "<string>"
}User ID to act as when using API Key authentication (required with API Key)
Show child attributes
Show child attributes
When enabled, only calendar events with the specified title will be used as available slots.
The calendar event title to look for when useExplicitAvailability is enabled.
curl --request GET \
--url https://api.example.com/availability/{id} \
--header 'x-meetergo-api-user-id: <api-key>'{
"id": "<string>",
"name": "<string>",
"schedule": {
"monday": {
"enabled": true,
"hours": [
{
"start": "<string>",
"end": "<string>"
}
]
},
"tuesday": {
"enabled": true,
"hours": [
{
"start": "<string>",
"end": "<string>"
}
]
},
"wednesday": {
"enabled": true,
"hours": [
{
"start": "<string>",
"end": "<string>"
}
]
},
"thursday": {
"enabled": true,
"hours": [
{
"start": "<string>",
"end": "<string>"
}
]
},
"friday": {
"enabled": true,
"hours": [
{
"start": "<string>",
"end": "<string>"
}
]
},
"saturday": {
"enabled": true,
"hours": [
{
"start": "<string>",
"end": "<string>"
}
]
},
"sunday": {
"enabled": true,
"hours": [
{
"start": "<string>",
"end": "<string>"
}
]
}
},
"timezone": "<string>",
"availabilityExceptions": [
{
"ownerId": "<string>",
"ownerType": "company",
"available": true,
"start": "<string>",
"end": "<string>",
"createdAt": "<string>",
"id": 123,
"title": "<string>",
"note": "<string>",
"deletedAt": "<string>"
}
],
"isDefault": true,
"createdAt": "<string>",
"deletedAt": "<string>",
"useExplicitAvailability": true,
"explicitAvailabilityEventTitle": "<string>"
}