curl --request GET \
--url https://api.example.com/availability-exception/company \
--header 'x-meetergo-api-user-id: <api-key>'[
{
"ownerId": "<string>",
"ownerType": "company",
"available": true,
"start": "<string>",
"end": "<string>",
"createdAt": "<string>",
"id": 123,
"title": "<string>",
"note": "<string>",
"deletedAt": "<string>"
}
]User ID to act as when using API Key authentication (required with API Key)
curl --request GET \
--url https://api.example.com/availability-exception/company \
--header 'x-meetergo-api-user-id: <api-key>'[
{
"ownerId": "<string>",
"ownerType": "company",
"available": true,
"start": "<string>",
"end": "<string>",
"createdAt": "<string>",
"id": 123,
"title": "<string>",
"note": "<string>",
"deletedAt": "<string>"
}
]