Status | ||||
---|---|---|---|---|
|
Use this endpoint to retrieve the list of the main OTAs connected to a specific listing.
...
PATH PARAMS
listing_id string required | Listing ID. |
---|
QUERY PARAMS
usr string required | API_key for your company, provided by Icnea. |
---|
...
Code Block | ||
---|---|---|
| ||
{ "analytics_listing_channels_response": { "listing_id": 12341001, "booking.com": { "connected": "yes", "comission": 0.00, "delta": 0.00, "delta_type": "%" }, "airbnb": { "connected": "yes", "comission": 0.00, "delta": 0.00, "delta_type": "%" }, "holidu": { "connected": "yes", "comission": 0.00, "delta": 0.00, "delta_type": "%" }, "vrbo": { "connected": "yes", "comission": 0.00, "delta": 0.00, "delta_type": "%" } } } |
Parameter | Type | Description | |||
---|---|---|---|---|---|
listing_id | integer | ||||
booking.com | object | ||||
airbnb | objectholidu | object | vrbo | object |
booking.com, airbnb, holidu, vrbo
Parameter | Type | Description | connected | string|
---|---|---|---|---|
comission | decimal | |||
delta | decimal | |||
delta_type | string |
...