Returns unique booking channel values for calendar filtering
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
id
integer
required
The id of the dealership
api-version
integer
required
Target API version
``200 Success
object
booking_channels
array of strings
required
``401 Unauthorized
``403 Forbidden
``404 Not found
``406 Not Acceptable
Updated3 days ago
ShellNodeRubyPHPPython
Bearer
Base URL
https://api.dealerware.com/admin/dealerships/{id}/calendar/booking_channels
xxxxxxxxxx
curl --request GET \
--url https://api.dealerware.com/admin/dealerships/id/calendar/booking_channels \
--header 'accept: application/json'
xxxxxxxxxx
{
"booking_channels": [
"dealerware",
"mykaarma",
"xtime"
]
}