List availability dates
documentedReturn dates with availability for a month and an appointment type.
GET /availability/datesAvailabilityno implementation yet0 runsNo 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}}"