New api endpoints
Opened this issue · 1 comments
I did some digging in the https://discord.com/assets/f9d8b450f4933d6100b3.js file and was able to get a lot of api endpoints. id1, 2 and 3 - values that are passed to the functions to create api endpoints.
The file also contains lines like this:
PICK_GUILD_SETTINGS: '/guilds/settings/id1',
PICK_GUILD_SETTINGS1: '/guilds/settings/id1/id2',
PICK_GUILD_SETTINGS2: '/guilds/settings/id1/id2?feature=id3',
they were created because the functions for creating api endpoints can take on many values.
I hope this information is helpful...
Hi. The link you provided is blocked. I'm trying to find a clear description about using this api endpoints "https://discord.com/api/v9/auth/register" but just can't find it anywhere. Even in the documents i can't get all the api endpoints too. Do you know where to get these endpoint information?
specifically this one "https://discord.com/api/v9/auth/register"