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 2 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

  • No labels