Channel settings
GET/channel
Get channel information and configurations
Request
Header Parameters
Accept stringrequired
Example: application/json
Responses
- 200
Response Headers
- application/json
- Schema
- Example (from schema)
- 1
Schema
status stringrequired
id_channel stringrequired
name stringrequired
background_color stringrequired
logo stringrequired
image stringrequired
image_web stringrequired
terms stringrequired
privacy_policy stringrequired
cookie_policy stringrequired
default_video_image stringrequired
footer_text stringrequired
font_color stringrequired
home_guest stringrequired
button_creator stringrequired
button_search stringrequired
video_qea stringrequired
show_related_video stringrequired
video_chat stringrequired
show_footer_text stringrequired
registration_allowed stringrequired
show_video_views stringrequired
show_live_views stringrequired
domain stringrequired
hide_search_video stringrequired
show_search_guest stringrequired
app_text_login stringrequired
list_custom_page stringrequired
language_list stringrequired
skin stringrequired
show_like_videos stringrequired
show_like_series stringrequired
custom_fields stringrequired
require_full_name stringrequired
email_marketing_enabled stringrequired
login_configuration stringrequired
ai_cold_start stringrequired
video_fullscreen stringrequired
background_image_login stringrequired
skip_login stringrequired
thumb_show_title stringrequired
iap_enabled stringrequired
download_enabled stringrequired
download_deadline stringrequired
email_support stringrequired
{
"status": "string",
"id_channel": "string",
"name": "string",
"background_color": "string",
"logo": "string",
"image": "string",
"image_web": "string",
"terms": "string",
"privacy_policy": "string",
"cookie_policy": "string",
"default_video_image": "string",
"footer_text": "string",
"font_color": "string",
"home_guest": "string",
"button_creator": "string",
"button_search": "string",
"video_qea": "string",
"show_related_video": "string",
"video_chat": "string",
"show_footer_text": "string",
"registration_allowed": "string",
"show_video_views": "string",
"show_live_views": "string",
"domain": "string",
"hide_search_video": "string",
"show_search_guest": "string",
"app_text_login": "string",
"list_custom_page": "string",
"language_list": "string",
"skin": "string",
"show_like_videos": "string",
"show_like_series": "string",
"custom_fields": "string",
"require_full_name": "string",
"email_marketing_enabled": "string",
"login_configuration": "string",
"ai_cold_start": "string",
"video_fullscreen": "string",
"background_image_login": "string",
"skip_login": "string",
"thumb_show_title": "string",
"iap_enabled": "string",
"download_enabled": "string",
"download_deadline": "string",
"email_support": "string"
}
OK
{
"status": "<string>",
"id_channel": "<string>",
"name": "<string>",
"background_color": "<string>",
"logo": "<string>",
"image": "<string>",
"image_web": "<string>",
"terms": "<string>",
"privacy_policy": "<string>",
"cookie_policy": "<string>",
"default_video_image": "<string>",
"footer_text": "<string>",
"font_color": "<string>",
"home_guest": "<string>",
"button_creator": "<string>",
"button_search": "<string>",
"video_qea": "<string>",
"show_related_video": "<string>",
"video_chat": "<string>",
"show_footer_text": "<string>",
"registration_allowed": "<string>",
"show_video_views": "<string>",
"show_live_views": "<string>",
"domain": "<string>",
"hide_search_video": "<string>",
"show_search_guest": "<string>",
"app_text_login": "<string>",
"list_custom_page": "<string>",
"language_list": "<string>",
"skin": "<string>",
"show_like_videos": "<string>",
"show_like_series": "<string>",
"custom_fields": "<string>",
"require_full_name": "<string>",
"email_marketing_enabled": "<string>",
"login_configuration": "<string>",
"ai_cold_start": "<string>",
"video_fullscreen": "<string>",
"background_image_login": "<string>",
"skip_login": "<string>",
"thumb_show_title": "<string>",
"iap_enabled": "<string>",
"download_enabled": "<string>",
"download_deadline": "<string>",
"email_support": "<string>"
}
Loading...