Sign in

List availability dates

documented

Return dates with availability for a month and an appointment type.

GET /availability/datesAvailabilityno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://acuityscheduling.com/api/v1/availability/dates" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Basic {{ACUITYSCHEDULING_SECRET}}" \
  -G \
  --data-urlencode "month={{$month}}" \
  --data-urlencode "appointmentTypeID={{$appointmentTypeID}}"
List availability dates · acuityscheduling · OpenIntegrations