How to get API tokens in DevTools
In order to use the API, you must send a valid token with your requests. This article goes over how to get that authentication token.
The token expires in 30 minutes. You can refresh it with the User Refresh Token endpoint. Also, you can use the automation token and specify the required expiration period yourself.
- Log in to app.multilogin.com
- 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”
- If you chose “Remember me” during login
- Copy the full value of the token attribute
