/
Retrieve listing's channels

Retrieve listing's channels

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.


RESPONSES

200

{ "analytics_listing_channels_response": { "listing_id": 12341001, "booking.com": { "comission": 0.00, "delta": 0.00, "delta_type": "%" }, "airbnb": { "comission": 0.00, "delta": 0.00, "delta_type": "%" } } }

Parameter

Type

Description

Parameter

Type

Description

listing_id

integer

 

booking.com

object

 

airbnb

object

 

booking.com, airbnb, holidu, vrbo

Parameter

Type

Description

Parameter

Type

Description

comission

decimal

 

delta

decimal

 

delta_type

string

 

 

 

400

{ "analytics_listing_channels_response": { "error_code": "", "error_message": "" } }

Field

Type

Description

Field

Type

Description

error_code

string

Icnea internal error_id to help with debugging.

error_message

string

Human readable description of error.

Related content

Get all reservations
Get all reservations
More like this
Retrieve a listing
Retrieve a listing
More like this
Get all listings
Get all listings
More like this
Retrieve a reservation
Retrieve a reservation
More like this
Retrieve listing's rates
Retrieve listing's rates
More like this
GET Reservation
More like this