GET https://ws.icnea.net/analytics/listings/{listing_id}/channels/
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. |
---|---|
date_to string | |
date_from string |
RESPONSES
200
{ "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 |
---|---|---|