Skip to main content

Channel settings

GET 

https://api.teyuto.tv/v2/channel

Get channel information and configurations

Request

Header Parameters

    Accept stringrequired
    Example: application/json

Responses

Response Headers

    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

    Authorization: channel

    name: channeltype: apiKeyin: header
    var client = new HttpClient();
    var request = new HttpRequestMessage(HttpMethod.Get, "https://api.teyuto.tv/v2/channel");
    request.Headers.Add("Accept", "application/json");
    request.Headers.Add("channel", "<API_KEY_VALUE>");
    var response = await client.SendAsync(request);
    response.EnsureSuccessStatusCode();
    Console.WriteLine(await response.Content.ReadAsStringAsync());
    Request Collapse all
    Base URL
    https://api.teyuto.tv/v2
    Auth
    Parameters
    — headerrequired
    ResponseClear

    Click the Send API Request button above and see the response here!