How to get your Multilogin API token
In Multilogin, an API token helps you authenticate API requests when you connect automation tools or scripts to your workspace.
➡️ Go to the main dashboard → click “Info” → find “API token” → click “Copy”.
Regular API tokens expire after 30 minutes. You can refresh a token with the User Refresh Token endpoint or create an automation token with a longer expiration period.
Treat your API token like a password. Don’t share it or include it in public screenshots, messages, or code repositories.
Who can use this feature?
- 👨💻 Account owner and any team member
- 💰 Available on all paid plans
Copy your API token from the dashboard
The quickest way to get your API token is to copy it directly from the Multilogin dashboard.
- Click “Info” in the bottom-left corner of the main window
- Find “API token” in the “Information” window and click “Copy”
You’ll see the “API token copied” confirmation when the token is saved to your clipboard.

Find your API token in DevTools
Use DevTools if you can’t copy the token from the dashboard.
Desktop app
- Open Multilogin app
- Open DevTools. Here's how to do that:
-
Windows and Linux: press
Ctrl + Shift + F12 -
macOS: press
Cmd + Shift + Fn + F12
-
Windows and Linux: press
- Choose the storage-related tab:
- Windows: switch to the “Application” tab in the DevTools panel
- macOS and Linux: switch to the “Storage” tab in the DevTools panel
- Go to the left side menu and choose the option that most suits your case:
- If you chose “Remember me” during login, click “Local storage” → “wails”
- If you can't locate the token, or did not choose “Remember me” during login, click “Session storage” → “wails”
- Copy the full value of the token attribute

Web interface
- Log in to Multilogin
- Open DevTools in your browser. Here's how to do that for Chromium- and Firefox-based browsers:
-
Windows and Linux: press
Ctrl + Shift + I -
macOS: press
Cmd + Option + I
-
Windows and Linux: press
- Switch to the “Application” tab in the DevTools panel
- Go to the left side menu and choose the option that most suits your case:
- If you chose “Remember me” during login, click “Local storage” → “https://app.multilogin.com”
- If you can't locate the token, or did not choose “Remember me” during login, click “Session storage” → “https://app.multilogin.com”
- Copy the full value of the token attribute
