Skip to content

Get times available for appointment booking

GET
/api/partners/v1/community/{community_id}/appointments/available-times/

Returns a list of times that are avaialble for a booking on the given date. Any of these times should be a valid value for start field when booking an appointment using the booking end-point.

community_id
required
string

The Community ID, this will look like either ‘1234’ or ‘P1234-567’. Alternatively, if you prefix this value with partner-id:, for example partner-id:apts123 you can use your own community, as long as you have previously provided that ID to Funnel.

Examples

Funnel Community ID

The raw integer Funnel ID of a community.

1234
date
required
string

Date in the format YYYY-MM-DD

tour_type
string
default: guided
Allowed values: guided self-guided video

Appointment type

Success

object
available_times
Array<string>

We were unable to authenticate your request with the provided API key.

object
error_type
string
CommunityNotFound
message
string
Could not find community with corresponding ID.

A community with this ID does not exist.

object
error_type
string
CommunityNotFound
message
string
Could not find community with corresponding ID.