• Website
  • Server status
  • API documentation
  • Blog
Telegram Icon Community
EN
English
Português
Русский
中文 (中国)
Tiếng Việt
Log in Try for €1.99
  • Website
  • Server status
  • API documentation
  • Blog
  • Telegram Icon Community
  • English (US)
    English
    Português
    Русский
    中文 (中国)
    Tiếng Việt
Log in View Plans

Low-code automation with Postman

Automate browser tasks with Postman – no coding required. Learn how to send API requests, manage profiles, and streamline workflows with minimal effort.

search icon

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Getting started with Multilogin X automation
  • Basic automation with CLI
  • Low-code automation with Postman
  • Script runner & predefined scripts
  • Puppeteer, Selenium, and Playwright
  • Custom Python scripts
  • Quick solutions with Developer Tools
  • External automation tools
  • Home
  • breadcrumb separator bar
  • Multilogin X (latest)
  • breadcrumb separator bar
  • Efficient task automation with API
  • breadcrumb separator bar
  • Low-code automation with Postman
  • breadcrumb separator bar
  • How to use bookmark manager in Multilogin

How to use bookmark manager in Multilogin

Written by Anton L ( Updated on October 15th, 2025 )

Updated on October 15th, 2025

Like any other browser, Multilogin support bookmarks for quick access to the web pages. With the built-in bookmark manager feature, it is possible to import, export and copy them between browser profiles.

Bookmark management is not available for GUI at the moment. It can be used only as API requests for now.

 

In order to use the bookmark manager – set up Postman and receive an authorization token – here is how you can do it.

Install Postman and import API endpoints

After installing Postman, open the Multilogin X API Documenter page:   

  1. In the top-right corner, click “Run in Postman”
  2. Select “Postman for <your OS>”

Postman for Desktop will open. To import all API endpoints to your local environment:

  1. In “Import collection” → Select your desired workspace
  2. Click “Import”

Sign in via Postman

You need to sign in with your credentials to generate an API token, which grants you permission to access API endpoints and perform actions.

Find the User Sign in endpoint

  1. Open “Collections” → expand the “Multilogin X API” folder
  2. Open “Profile Access Management” folder
  3. Select the POST User Sign In endpoint (What is a POST request?)

Convert your password to MD5 

You need to use the User Sign In endpoint to get your access token, but there is a catch: your password needs to be encrypted to MD5.

 This is how to use MD5 Hash Generator to get your encrypted password:

  1. Insert your Multilogin X password
  2. Click “Generate”
  3. Copy your MD5 encrypted password

Get your API token

Regular tokens are valid for 30 minutes. Use Workspace Automation Token endpoint for options that last longer.

  1. In POST User Sign In → go to the “Body” tab
  2. Fill in your e-mail and your MD5 password as “strings”
  3. Send the request to sign in
  1. Check the access token in the “Response” area below → copy everything inside quotation marks

After installing Postman and generating a token for authorization, you will be able to execute bookmark manager requests. 

How to export bookmarks

Endpoint: Export Bookmarks

 

Purpose: export bookmarks from a given profile.

Step 1: locate the API request

  1. Go to the “Collections” → “Multilogin X API” folder
  2. Go to “Bookmark management” folder
  3. Open GET Export Bookmarks to configure the request
    Export Bookmarks - My Workspace 2025-10-13 at 5.06.51 PM
  4. From the “Params” tab, proceed to “Authorization”
  5. Select “Bearer Token” as the Auth Type
  6. In the “Token” field on the right, paste your API token previously copied 
    Export Bookmarks - My Workspace 2025-10-13 at 5.18.10 PM

Step 2: edit the request and send it

  1. Edit the :profile_id value in the endpoint bar: replace it with the ID of the profile with the bookmarks 
  2. Click “Send”
    Export Bookmarks - My Workspace 2025-10-13 at 5.24.44 PM

Bookmarks are exported by default to the following directories:

  • Windows: C:\Users\%username%\mlx\bookmarks
  • macOS: /Users/%username%/mlx/bookmarks
  • Linux: /home/%username%/mlx/bookmarks
 

How to import bookmarks

Endpoint: Import Bookmarks

 

Purpose: import bookmarks into a profile.

Parameters to edit:

  • paths (required) – Directory to a JSON file, which contains bookmarks
  • operation (required) – Specify what to do with exported bookmarks (override or append)

If you've made a JSON file of bookmarks via Export Bookmarks endpoint, then the directory is the following:

  • Windows: C:\Users\%username%\mlx\bookmarks
  • macOS: /Users/%username%/mlx/bookmarks
  • Linux: /home/%username%/mlx/bookmarks
 

Step 1: locate the API request

  1. Go to the “Collections” → “Multilogin X API” folder
  2. Go to “Bookmark management” folder
  3. Open POST Import Bookmarks to configure the request
    Import Bookmarks - My Workspace 2025-10-13 at 5.39.06 PM
  4. From the “Params” tab, proceed to “Authorization”
  5. Select “Bearer Token” as the Auth Type
  6. In the “Token” field on the right, paste your API token previously copied 
    Import Bookmarks - My Workspace 2025-10-13 at 5.58.14 PM

Step 2: edit the request and send it

  1. Edit the :profile_id value in the endpoint bar: replace it with the ID of the profile, where you expect to import the bookmarks
  2. Go to the Body tab, and replace paths and operation parameters 
  3. Click “Send”
Import Bookmarks - My Workspace 2025-10-13 at 6.13.21 PM

How to copy bookmarks

Endpoint: Copy Bookmarks

 

Purpose: copy bookmarks from one profile to another.

Parameters to edit:

  • paths (optional) – Directory to a JSON file, which contains bookmarks
  • operation (required) – Specify what to do with exported bookmarks (override or append)

If you made a JSON file of bookmarks via Export Bookmarks endpoint, then the directory is the following:

  • Windows: C:\Users\%username%\mlx\bookmarks
  • macOS: /Users/%username%/mlx/bookmarks
  • Linux: /home/%username%/mlx/bookmarks
 

Step 1: find the API request

  1. Go to the “Collections” → “Multilogin X API” folder
  2. Go to “Bookmark management” folder
  3. Open POST Copy Bookmarks to configure the request
    Copy Bookmarks - My Workspace 2025-10-13 at 6.27.49 PM
  4. From the “Params” tab, proceed to “Authorization”
  5. Select “Bearer Token” as the Auth Type
  6. In the “Token” field on the right, paste your API token previously copied 
    Copy Bookmarks - My Workspace 2025-10-13 at 6.35.18 PM

Step 2: edit the request and send it

  1. Edit the :profile_id and :source_profile_id values in the endpoint bar
    1. :profile_id will be replaced with the ID of the profile where you expect to import the profiles
    2. :source_profile_id is the ID of the profile, where the bookmarks will be saved from.
  2. Go to the Body tab, replace paths and operation parameters 
  3. Click “Send”
    Copy Bookmarks - My Workspace 2025-10-13 at 6.41.16 PM

Was this article helpful?

Give feedback about this article

In this article

  • Install Postman and import API endpoints
  • Sign in via Postman
  • Find the User Sign in endpoint
  • Convert your password to MD5
  • Get your API token
  • How to export bookmarks
  • Step 1: locate the API request
  • Step 2: edit the request and send it
  • How to import bookmarks
  • Step 1: locate the API request
  • Step 2: edit the request and send it
  • How to copy bookmarks
  • Step 1: find the API request
  • Step 2: edit the request and send it

Multilogin community

Stay informed, share your thoughts, and engage with others!

Telegram Icon Join us on Telegram

Read more on the topic

Blog Post Img

10 Best Datacenter Proxies for Web Scraping (2025 Edition)

Apr 2, 2025 5 min read
Google SERP Img

What is a Google SERP Proxy and Why Should You Care?

Apr 1, 2025 6 min read
UK Proxy Img

What Are Dedicated UK Proxies? Everything You Need to Know

Apr 1, 2025 6 min read
Related Article Title Icon

Related articles

  • How to fix website loading issues in Multilogin
  • How to install browser extensions in Multilogin 6

ANTIDETECT PLATFORM

  • Antidetect browser
  • Residential proxies
  • Mobile antidetect browser
  • Multi-account management
  • Headless browser
  • Web automation
  • AI Quick Action Automation

MULTI-ACCOUNTING

  • Create multiple Facebook accounts
  • Create multiple Gmail accounts
  • Create multiple LinkedIn accounts
  • Create multiple Amazon accounts
  • Create multiple Onlyfans accounts
  • Create multiple Twitter accounts
  • Create multiple TikTok accounts

GEO PROXIES

  • UK proxy
  • USA proxy
  • Japan proxy
  • India proxy
  • Pakistan proxy
  • China proxy
  • New Zealand proxy

RESOURCES

  • Knowledge base
  • API documentation
  • Glossary
  • Blog
  • Multilogin 6 download
  • Server status
  • Release notes

COMPARISON

  • Multilogin vs. Gologin
  • Multilogin vs. Adspower
  • Multilogin vs. Dolphin Anty
  • Multilogin vs. Incognition
  • Multilogin vs. Octo Browser
  • Multilogin vs. Undetectable
  • Multilogin vs. MoreLogin

PLATFORM PROXIES

  • Mobile proxy
  • Reddit proxy
  • Facebook proxy
  • SOCKS5 proxy
  • Instagram proxy
  • Onlyfans proxy
  • LinkedIn proxy

FREE TOOLS

  • Online URL to text converter

GET IN TOUCH

  • Contact 24/7 support
    [email protected]
  • Contact sales
  • Referral program
  • Affiliate program
  • Pricing page
  • Careers

© 2025 Multilogin. All rights reserved.

  • Privacy policy
  • Terms of service
  • Cookie policy
Multilogin abstract watermark
  • ANTIDETECT PLATFORM

    • Antidetect browser
    • Residential proxies
    • Mobile antidetect browser
    • Multi-account management
    • Headless browser
    • Web automation
    • AI Quick Action Automation
  • MULTI-ACCOUNTING

    • Create multiple Facebook accounts
    • Create multiple Gmail accounts
    • Create multiple LinkedIn accounts
    • Create multiple Amazon accounts
    • Create multiple Onlyfans accounts
    • Create multiple Twitter accounts
    • Create multiple TikTok accounts
  • GEO PROXIES

    • UK proxy
    • USA proxy
    • Japan proxy
    • India proxy
    • Pakistan proxy
    • China proxy
    • New Zealand proxy
  • RESOURCES

    • Knowledge base
    • API documentation
    • Glossary
    • Blog
    • Multilogin 6 download
    • Server status
    • Release notes
  • COMPARISON

    • Multilogin vs. Gologin
    • Multilogin vs. Adspower
    • Multilogin vs. Dolphin Anty
    • Multilogin vs. Incognition
    • Multilogin vs. Octo Browser
    • Multilogin vs. Undetectable
    • Multilogin vs. MoreLogin
  • PLATFORM PROXIES

    • Mobile proxy
    • Reddit proxy
    • Facebook proxy
    • SOCKS5 proxy
    • Instagram proxy
    • Onlyfans proxy
    • LinkedIn proxy
  • FREE TOOLS

    • Online URL to text converter
  • GET IN TOUCH

    • Contact 24/7 support
      [email protected]
    • Contact sales
    • Referral program
    • Affiliate program
    • Pricing page
    • Careers
Multilogin abstract watermark
  • Privacy policy
  • Terms of service
  • Cookie policy

© 2025 Multilogin. All rights reserved.

Expand