Channex Channels
Connect and manage OTA channels (Booking.com, etc.) via Channex.
📄️ List connected channels
List connected channels
📄️ Create (connect) a channel — inactive
Maps each OTA room+rate to one of our rate plans. group_id defaults to the channel's configured Channex group when omitted. Created inactive; call activate to go live.
📄️ List OTAs available to connect
List OTAs available to connect
📄️ List groups the key can access
Use to resolve the group_id required on channel create (the group that owns the property).
📄️ Get a connected channel
Get a connected channel
📄️ Delete a channel
The channel must be inactive first (Channex returns 422 on a live channel).
📄️ Activate a channel (go live)
Activate a channel (go live)
📄️ Deactivate a channel (pause)
Deactivate a channel (pause)
📄️ Push current ARI to a channel
Runs the load_and_save_ari action so Channex pushes the property's current availability/rates to this connected channel.
📄️ Get OTA connection details
Returns connection info such as the OTA's expected currency — mapped rate plans should use the same currency.
📄️ Read the OTA's rooms/rates for mapping
Returns the OTA's rooms[].rates[]; the integer room/rate codes here are what you send as room_type_code/rate_plan_code on create.
📄️ Test OTA credentials
Test OTA credentials