Get dates available for appointment booking
Returns a list of dates that have times available for appointments in the next 60 days.
GET
/api/partners/v1/community/:community_id/appointments/available-days/Request
Response
Example responseJSON200 · application/json
{ "available_days": [ "2020-01-07" ]}