v1

latestOpenAPI 3.0.02026-07-26866217.8 KB
Channels

Query Channel Accounts

Query the third-party channel accounts (Airbnb, Booking.com, etc.) that the operator has connected. Each entry exposes the account identity and current authorization status. Use id to fetch a single account.

get/channel_accounts

Query parameters

idinteger

Internal id of a specific channel account.

channel_type'airbnb' | 'booking.com' | 'agoda' | 'expedia' | 'vrbo' | 'trip.com' | 'booking_site' | 'tujia_intl' | 'hostex_direct' | 'tujia' | 'xiaozhu' | 'meituan_bnb' | 'meituan_hotel' | 'muniao' | 'fliggy' | 'zhukeyun' | 'tiktok' | 'xiaohongshu' | 'ctrip' | 'houfy'

The type of the channel. See Supported Channels for more information.

Filter by channel type.

offsetinteger

The starting point from which to begin returning results. Default: 0.

limitinteger

The maximum number of results to return. The maximum value is 100. Default: 20.

Response

A list of channel accounts.

request_idstring required

Unique identifier for the request.

error_codeinteger required

Numeric error code representing the status of the response. A value of 200 indicates success. <br> See the Error Codes section for more information.

error_msgstring required

Message detailing the status of the response.

Example response

{
  "error_msg": "Done."
}