ImaginePro
HomeDocs
HomeDocs
  1. HowTos
  • Introduction
  • System Design
  • Get Started
  • My Account
    • Credits
    • Generation Modes
  • API Documentation
    • Generate Image
      POST
    • Get Progress
      GET
    • Upscale
      POST
    • Variation
      POST
    • Zoom
      POST
    • Pan
      POST
    • Reroll
      POST
    • Make Square
      POST
    • Cancel Job
      POST
    • Inpainting
      POST
    • Image to Text (describe)
      POST
    • Image to Image
      POST
    • Face Swap
      POST
    • Blend
      POST
    • History
      GET
    • Generate Image Boost
      POST
    • Button Boost
      POST
    • Prompt Check
      POST
    • Account Info
      GET
    • Generate Image - Flux Model
      POST
    • Remove Background
      POST
  • FLUX API Documentation
    • Generate Image
    • Upscale Image
  • DIY Plan Endpoints
    • Queue Management
      • Count jobs in queue
      • Reboot the queue
      • Pause the queue
      • Resume the queue
    • Get Linked Discord Token Details
    • Toggle Linked Discord Token
    • Get Message Trace
    • Get Ban Words List
    • Update Ban Words List
    • Get Linked Account List
    • Get Linked Account queue status
    • Excute MJ commad
  • Guide
    • FAQ
    • Troubleshoot
  • HowTos
    • How to get Discord token, server and channel ID
    • How to use ImaginePro web app
    • How to make ImaginePro API request in Postman
    • How to use Midjourney V6
    • How to link your own Discord account
    • How to debug the ImaginePro web app
  • Web App
    • Credits
  1. HowTos

How to get Discord token, server and channel ID

How to get your Discord token, Server Id and Channel Id#

When you create a Discord account, a unique token is automatically assigned to you. This Discord token is distinct from your username, tag, and password, and possessing it grants access to your account. Understanding your Discord token is crucial for enhancing security and protecting your account. Below, we'll guide you on how to obtain your Discord token to ensure a safer online experience.

TL;DR#

💡
To retrieve your Discord token, log into Discord using a web browser. Open the
Developer Tools and click on Network. Press F5 on your keyboard to
reload the page. In the Filter field, type /api and then click on
library or science. Proceed to the Headers tab, where you will find your Discord
token under the authorization section. Remember to handle your token with
utmost care and avoid sharing it with anyone to maintain the security of your
Discord account.

What is a Discord token?#

Your Discord token acts as an encrypted identifier for your account, created during the account setup process. It is a combination of alphanumeric characters, serving as an authorization code to access Discord's servers. This token verifies and authenticates each action you perform on Discord, and it also serves as a means to log into your account.
Keeping your Discord token secure is of utmost importance. If someone else gains access to your token, they could potentially compromise your account, obtaining full access to all your Discord account information. Therefore, it is essential to guard your token carefully and refrain from sharing it with anyone to maintain the security of your Discord account.

How to get your Discord token?#

Open your desktop browser and go to the Discord website. Log into your Discord account.
log-in-on-browser.webp
Press Ctrl+Shift+I (or Cmd+Option+I on Mac) on your keyboard to access Developer Tools. Click on Network from the toolbar at the top.
click-network.webp
Refresh the page by pressing F5.
press-f5-to-reload-after-on-network.webp
In the "Network" section, you will see various entries. In the field labeled Filter, type /api. Among the results displayed below, click on science.
type-api-in-filter-then-library.webp
Within the "science" entry, navigate to the Headers tab. Scroll down until you find the section labeled authorization. This is your Discord token.
authorization-location.webp

Alternative way to get your Discord token#

Open your desktop browsser and go to the Discord website. Log into your Discord account.
Press Ctrl+Shift+I (or Cmd+Option+I on Mac) on your keyboard to access Developer Tools. Click on Console from the toolbar at the top, and paste the following code
Press enter and your Discord token will be copied to your clipboard, which you can paste it anywhere else.
alternative-way-to-get-your-discord-token.webp

Create a dedicated Discord server and channel#

It's easy to create your own private Discord server to organize your work, notes and inspiration. Learn how to create your own Discord Server.

Invite Midjourney Bot to your Discord server#

You will need to invite Midjourney Bot to your Discord server, so it can send messages to your Discord channel. Learn how to invite Midjourney Bot to your Discord server.

How to get your Discord server/channel ID?#

Open your desktop browser and go to the Discord website. Log into your Discord account.
On the left bottom side of the screen, click on the User Settings icon, to the right of your username.
user-settings-icon.webp
Click on Advanced from the left sidebar, and then click on Developer Mode, to enable it.
enable-developer-mode.webp
Close the User Settings. Right-click on your Discord server name and select Copy ID. This is your Discord server ID.
copy-server-id.webp
Right-click on your Discord channel name and select Copy ID. This is your Discord channel ID.
copy-channel-id.webp
Previous
Troubleshoot
Next
How to use ImaginePro web app
Built with