Saltar al contenido principal

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.