Channel IFrame
This is the API to show an iframe for the Channex mapping screen in your application. The user will be able to create channels and map by themselves.
Generate a One-Time access token
POST {{server}}/api/v1/auth/one_time_token
{
"one_time_token": {
"property_id": "ACCESSIBLE_PROPERTY_ID",
"group_id": "ACCESSIBLE_GROUP_ID",
"username": "USERNAME"
}
}
{
"data": {
"token": "94feab9f-60e6-411b-d854-8f12004d8bc8"
},
"meta": {
"message": "You are successfully received one-time token! Use it for exchange to JWT"
}
}Generate the Iframe Code
Filter available channels
IFrame functionality flags
Language
Allow open bookings from Message UI
Read Only Availability for Inventory Screen
Hide Upload Attachment button for Messages UI
Notes
Other Pages from Channex
Messages Page
Open Messages for specific Booking
Last updated