July 10, 2024
How to get Discord Authorization Token
If you are a development, you don't need to read the detailed steps below. The Discord Authorization Token is actually to obtain the Authorization value in the request header of the Discord account. The example here uses the Google browser, and other browsers are the same.
- First, you need to make sure you have logged in to your Discord account, created a private channel, and invited Midjourney Bot to your channel. Click the channel to display the following interface.
- Open the developer console with
F12
orctrl+shift+i
. - Go to the network tab
- Filter by Fetch/XHR
- Choose a request that isn't an error
- Under the
request headers
->authorization
section, there will be your Discord token. Copy and paste it from there