• Website
  • Server status
  • API documentation
  • Blog
Telegram Icon Community
EN
English
Português
Русский
中文 (中国)
Tiếng Việt
Log in Try for €3.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.

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 API scripts with Python
  • Quick solutions in Developer Tools
  • Home
  • Multilogin X
  • Task automation with API
  • Low-code automation with Postman
  • How to set up Multilogin X API with Postman

How to set up Multilogin X API with Postman

Written by Yelena V ( Updated on May 2nd, 2025 )

Updated on May 2nd, 2025

Step 1: set up Postman in your computer

  1. Download and install Postman
  2. Go to Multilogin X API documentation and click "Run in Postman" in the top-right corner
  3. Select "Postman for <your OS>"
  4. In the "Import collection" window, select your workspace and click "Import": this will copy all the requests into a workspace on your computer

You can also use the web version by choosing "Postman for Web" in step 3; or manually create a collection with requests in Postman by clicking "New" → "Collection" and giving it a name.

 

Step 2: sign in to your Multilogin account

Here you will learn how to convert your password and sign in to your Multilogin X account.

  1. Visit MD5 Hash Generator and convert your Multilogin X account password
  2. Navigate to the "Profile Access Management" folder in your Postman workspace and select "POST User Signin"
  3. In the "Body" section, put in your Multilogin X account email and password hash generated in Step 1
  4. Click "Send" to execute the request: a "200" status means success

You will need the value of the token attribute to run further requests in Postman.

 

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.

 

Step 3: use your token to make requests

For the majority of requests in Postman you will need to use the bearer token. Here's how you can put its value automatically into each request.

  1. Go to the "Scripts" section in the "POST User Signin" request
  2. Add the following code and save the changes:
const response = pm.response.json()
const token = response.data.token
pm.collectionVariables.set("token", token)
  1. Complete the steps from the “Signing in” section of this article

  1. Go to the main collection page "Multilogin X API" and switch to the "Authorization" section
  2. Specify the values below and save changes:
    1. Bearer token for "Type"
    2. {{token}} for "Token"

When you use other requests, the token value will pull up automatically to the "Authorization" section of each request.

how to use postman start with postman postman requests sign in using postman api requests bearer token

Was this article helpful?

Give feedback about this article

In this article

  • Step 1: set up Postman in your computer
  • Step 2: sign in to your Multilogin account
  • Step 3: use your token to make requests

Multilogin community

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

Join us on Telegram

Read more on the topic

blogpost 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
art-icon

Related Articles

  • How to generate automation tokens with Postman
  • How to launch CookieRobot using Script runner in Postman

ANTIDETECT PLATFORM

  • Antidetect browser
  • Mobile antidetect browser
  • Headless browser
  • Multilogin residential proxies
  • Multi-account management
  • Web automation

RESOURCES

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

PLATFORM PROXIES

  • Google proxy
  • Facebook proxy
  • Reddit proxy
  • Twitter proxy
  • Amazon proxy
  • LinkedIn proxy

GEO PROXIES

  • Japan proxy
  • UK proxy
  • USA proxy
  • China proxy
  • Canada proxy
  • India proxy

MULTI-ACCOUNT MANAGEMENT

  • Create multiple Facebook accounts
  • Create multiple LinkedIn accounts
  • Create multiple Amazon accounts
  • Create multiple eBay accounts
  • Create multiple Gmail accounts
  • Create multiple Discord accounts

COMPARISON

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

GET IN TOUCH

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

© 2025 Multilogin. All rights reserved.

  • Privacy policy
  • Terms of service
  • Cookie policy
  • ANTIDETECT PLATFORM

    • Antidetect browser
    • Mobile antidetect browser
    • Headless browser
    • Multilogin residential proxies
    • Multi-account management
    • Web automation
  • RESOURCES

    • Knowledge base
    • API documentation
    • Glossary
    • Blog
    • Multilogin 6 download
    • Server status
    • Release notes
  • MULTI-ACCOUNT MANAGEMENT

    • Create multiple Facebook accounts
    • Create multiple LinkedIn accounts
    • Create multiple Amazon accounts
    • Create multiple eBay accounts
    • Create multiple Gmail accounts
    • Create multiple Discord accounts
  • COMPARISON

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

    • Google proxy
    • Facebook proxy
    • Reddit proxy
    • Twitter proxy
    • Amazon proxy
    • LinkedIn proxy
  • GEO PROXIES

    • Japan proxy
    • UK proxy
    • USA proxy
    • China proxy
    • Canada proxy
    • India proxy
  • GET IN TOUCH

    • 24/7 support: [email protected]
    • Contact sales
    • Affiliate program
    • Careers
  • Privacy policy
  • Terms of service
  • Cookie policy

© 2025 Multilogin. All rights reserved.

Expand