Availabilities
Manage calendar availabilities. These endpoints let you define recurring weekly schedules, specific-date overrides, and mark full date/time ranges as unavailable.
π Authenticationβ
All endpoints require:
Authorization: ONLIVESITE Credential:ONLIVEAccessKeyId, Signature=CalculatedSignature
π Endpoints (v2)β
- Create Availability β
POST /api/v2/availabilities - List Availabilities β
GET /api/v2/availabilities - Get Availability β
GET /api/v2/availabilities/{id} - Update Availability β
PUT /api/v2/availabilities/{id} - Delete Availability β
DELETE /api/v2/availabilities/{id}
See the dedicated pages in this section for request/response details and examples.