v1
latestOpenAPI 3.0.02026-07-26866217.8 KBChannels
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.
Example response
{
"error_msg": "Done."
}