Skip to main content

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

Example requestGET
$ curl -X GET \
    -H "Authorization: Bearer YOUR_API_KEY" \
    "https://api.funnelleasing.com/api/partners/v1/community/1234/appointments/available-days/"

Response

Example responseJSON200 · application/json
{
"available_days": [
"2020-01-07"
]
}