cURL
curl --request POST \ --url https://api.example.com/availability-exception/company \ --header 'Content-Type: application/json' \ --header 'x-meetergo-api-user-id: <api-key>' \ --data ' { "available": true, "start": "<string>", "end": "<string>", "availabilityId": "<string>", "title": "<string>", "note": "<string>" } '
{ "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)
Optional availability id, if not provided uses default availability.
company
user