Discord (Join Channel)
Before calling this API, please ensure that the account token and channel name are correct and exist. All calls will be charged except for returns with code:10008
Request URL (POST):
Universal
https://wtf.red/api/discord/join_channel
Request Headers:
x-api-key
User secret key, obtained from homepage
Yes
Content-Type
application/json
Yes
POST Data (JSON):
token
String
Discord user token
Yes
channel_name
String
Channel name, e.g.: rust (corresponding channel invite link format: https://discord.com/invite/{channel_name})
Yes
Response Data (JSON):
status
Integer
Whether the call was successful, 1 for success, 0 for failure. Use this value to judge the result
msg
String
Chinese description of the result
id
String
Unique ID for this request (can be used for subsequent record queries)
data.result
String
Result data string, example: {"type":0,"code":"rust"...
cost
String
Verification time taken (in milliseconds)
Why does join failure occur (i.e., 10008)?
10008)?The group does not allow low-quality registered accounts to join, which is basically determined at registration time
The interface captcha score may be lower than Discord’s set threshold, but it’s available most of the time and can basically be ruled out
Last updated