curl --request POST \
--url https://api.example.com/availability \
--header 'Content-Type: application/json' \
--header 'x-meetergo-api-user-id: <api-key>' \
--data '
{
"name": "<string>",
"timezone": "<string>",
"exceptions": [
{
"available": true,
"start": "<string>",
"end": "<string>",
"availabilityId": "<string>",
"title": "<string>",
"note": "<string>"
}
]
}
'{
"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>",
"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>"
}Documentation Index
Fetch the complete documentation index at: https://developer.meetergo.com/llms.txt
Use this file to discover all available pages before exploring further.
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 POST \
--url https://api.example.com/availability \
--header 'Content-Type: application/json' \
--header 'x-meetergo-api-user-id: <api-key>' \
--data '
{
"name": "<string>",
"timezone": "<string>",
"exceptions": [
{
"available": true,
"start": "<string>",
"end": "<string>",
"availabilityId": "<string>",
"title": "<string>",
"note": "<string>"
}
]
}
'{
"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>",
"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>"
}