Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

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": {
      "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

object

holidu

object

vrbo

object

booking.com, airbnb, holidu, vrbo

Parameter

Type

Description

connected

string

comission

decimal

delta

decimal

delta_type

string

400

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

Field

Type

Description

error_code

string

Icnea internal error_id to help with debugging.

error_message

string

Human readable description of error.

  • No labels