You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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"
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...
api.txt
The text was updated successfully, but these errors were encountered: