EpicAuth
  1. Chats
EpicAuth
  • Overview
    • Security Pratices
    • Premade Examples - SDKS
    • QnA
    • Rate Limiting
  • Dashboard
    • Manage Applications
    • App
      • Licenses
      • Users
      • Tokens
      • Subscriptions
      • Chats
      • Sessions
      • Webhooks
      • Files
      • Global Variables
      • Logs
      • Blacklists
      • Whitelists
      • Audit Logs
      • Settings
    • Seller
      • Settings
      • Web Loader
      • Logs
    • Settings
      • Forms
      • Resellers | Manager
      • Settings
  • API
    • Getting Started
      • License
        • License Login
        • Redeem License (Upgrade)
      • Initialization
      • Login
      • Logout
      • Register
    • Features
      • Ban User
      • Check Blacklist
      • Check Session
      • Disable 2FA
      • Change Username
      • Download File
      • Enable 2FA
      • Fetch Online Users
      • Forgot Password
      • Fetch Stats
      • Log
      • Webhook
      • Retrieve Global Variable
    • Displaying Data
      • Displaying Data
  • Seller API
    • Application Settings
      • Add Application Hash
      • Edit Application Settings
      • Retrieve Application Details
      • Retrieve Current Application Settings
      • Retrieve Stats
      • Pause Application
      • Reset Application hash
      • Unpause Application
    • Blacklists
      • Create New Blacklist
      • Delete An Existing Blacklist
      • Delete All Blacklists
      • Retrieve All Blacklists
    • Chats
      • Create A New Chat Channel
        GET
      • Delete Channel Messages
        GET
      • Delete Existing Chat Channel
        GET
      • Edit Existing Chat Channel
        GET
      • Retrieve All Mutes
        GET
      • Retrieve All Chat Channels
        GET
      • Mute A User
        GET
      • Unmute A User
        GET
    • Files
      • Delete Existing File
      • Delete All Files
      • Retrieve All Existing Files
      • Retrieve An Existing File
      • Edit An Existing File
      • Upload A New File
  1. Chats

Edit Existing Chat Channel

GET
https://keyauth.site/api/seller/
Edit an existing chat channel.

Request

Query Params
sellerkey
string 
required
Obtain a seller key by visiting https://keyauth.site/app/?page=seller-settings (Must have the Seller Subscription)
type
string 
required
The type of the request. (editchan)
Example:
editchan
name
string 
required
The name of the chat channel that is being edited
delay
string 
required
The delay between messages being sent

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://keyauth.site/api/seller/?sellerkey&type=editchan&name=&delay'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
🟠400 Failure
🟠400Bad Request
🔴500Server Error
Modified at 2025-06-04 10:48:55
Previous
Delete Existing Chat Channel
Next
Retrieve All Mutes
Built with