• 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 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 (latest)
  • breadcrumb separator bar
  • Efficient task automation with API
  • breadcrumb separator bar
  • Low-code automation with Postman
  • breadcrumb separator bar
  • How to create a quick Multilogin profile with Postman

How to create a quick Multilogin profile with Postman

Written by Soraya P ( Updated on April 1st, 2026 )

Updated on April 1st, 2026

Quick profiles are perfect for one-time tasks that don't require data saving. When you close a quick profile, it is automatically deleted along with all its data. Start Quick Profile endpoint will help you launch multiple quick profiles.

Before you start

  1. Complete all three steps from the article How to set up Multilogin API with Postman, including “Using the bearer token”: they will allow you to sign in correctly
  2. Navigate to the “Launcher” section in your Postman workspace and select the Start Quick Profile endpoint
  3. Add a proxy: 
    1. Go to the “Body” tab 
    2. Scroll down to find flags and set proxy_masking to custom
    3. Add your proxy details into the proxy parameter
  4. Fill in the values for automation and headless_mode parameters:
    1. automation: selenium/puppeteer/playwright (specifying this parameter will return the port for automation in the response)
    2. headless_mode: true/false

If you do not need to use automation or headless mode, you can deselect these parameters from the start.

 

Run the script

  1. Launch the app
  2. Click “Send” to execute the request: a “200” status means success (in the response, you will also see the profile ID of the port)

Start Quick Profile v3 - My Workspace 2025-12-10 at 10.27.41 PM

 

Request body example

{
    "browser_type": "mimic",
    "os_type": "windows",
    "parameters": {

  	"proxy": {
    	"host": "<string>",     # HOST or IP
    	"type": "url",		    # HTTP or SOCKS5
    	"port": "<integer>",    # PORT
    	"username": "<string>", 
    	"password": "<string>"},

        "flags": {
            "navigator_masking": "mask",
            "audio_masking": "mask",
            "localization_masking": "mask",
            "geolocation_popup": "prompt",
            "geolocation_masking": "mask",
            "timezone_masking": "mask",
            "canvas_noise": "natural",
            "graphics_noise": "natural",
            "graphics_masking": "mask",
            "webrtc_masking": "natural",
            "fonts_masking": "mask",
            "media_devices_masking": "mask",
            "screen_masking": "mask",
            "proxy_masking": "disabled",
            "ports_masking": "mask",
            "startup_behavior": "custom"
        },
        "fingerprint": {
        },
        "custom_start_urls": ["https://multilogin.com/help/en_US/postman/creating-a-quick-profile-with-postman"]
    }
}
 
 

Prevent accidental deletion of quick profiles

If you're using quick profiles and want to avoid accidentally closing (aka permanently deleting) them, you can turn on a warning pop-up.

Add this snippet to the query body:

For mimic profiles:

        "fingerprint": {
            "cmd_params": {
                "params": [
                    {
                        "flag": "warn-on-window-close"
                    }
                ]
            }
        },

For stealthfox profiles:

        
        "fingerprint": {
                "cmd_params": {
                    "params": [
                        {   "flag": "mla.wwc",
                            "value": "true"
                        }
                    ]
                },
            },

Request body example (mimic with the modal enabled)


{
    "browser_type": "mimic",
    "os_type": "windows",
    "parameters": {

  	"proxy": {
    	"host": "<string>",     # HOST or IP
    	"type": "url",		    # HTTP or SOCKS5
    	"port": "<integer>",    # PORT
    	"username": "<string>", 
    	"password": "<string>"},

        "flags": {
            "navigator_masking": "mask",
            "audio_masking": "mask",
            "localization_masking": "mask",
            "geolocation_popup": "prompt",
            "geolocation_masking": "mask",
            "timezone_masking": "mask",
            "canvas_noise": "natural",
            "graphics_noise": "natural",
            "graphics_masking": "mask",
            "webrtc_masking": "natural",
            "fonts_masking": "mask",
            "media_devices_masking": "mask",
            "screen_masking": "mask",
            "proxy_masking": "disabled",
            "ports_masking": "mask",
            "startup_behavior": "custom"
        },
        "fingerprint": {
            "cmd_params": {
                "params": [
                    {
                        "flag": "warn-on-window-close"
                    }
                ]
            }
        },
        "custom_start_urls": ["https://multilogin.com/help/en_US/postman/creating-a-quick-profile-with-postman"]
    }
}
 
 

With this flag enabled, you’ll see a confirmation modal before the profile closes. It’ll even remind you that you can upgrade it to a regular profile if needed (to proceed, see how to convert quick profiles to regular ones). 

browser profile api automation quick profile automation script

Was this article helpful?

Give feedback about this article

In this article

  • Before you start
  • Run the script
  • Request body example
  • Prevent accidental deletion of quick profiles
  • Request body example (mimic with the modal enabled)

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

  • Multilogin API automation: beginner's guide
  • How to stop a Multilogin profile with Postman
  • How to start a Multilogin profile with Postman
  • How to create a Multilogin profile with Postman

Mobile

  • Cloud phone
  • Virtual phone
  • Remote phone
  • Phone farming
  • Cloud cell phone
  • Cloud Android emulation
  • AI Quick Action Automation

Multi-accounting

  • Multiple Instagram accounts
  • Multiple Tiktok accounts
  • Multiple Reddit accounts
  • Multiple Telegram accounts
  • Multiple Facebook accounts
  • Multiple Youtube accounts
  • Multiple LinkedIn accounts

COMPARISON

  • Multilogin vs. MoreLogin
  • Multilogin vs. FlashID
  • Multilogin vs. DuoPlus
  • Multilogin vs. VMOS cloud
  • Multilogin vs. Octo Browser
  • Multilogin vs. AdsPower
  • Multilogin vs. GoLogin

Platform proxies

  • Mobile proxy
  • Reddit proxy
  • Instagram proxy
  • TikTok proxy
  • Facebook proxy
  • Youtube proxy
  • LinkedIn proxy

USECASES

  • Cloud phones for Tiktok
  • Cloud phones for Instagram
  • Cloud phones for Reddit
  • Cloud phones for Facebook
  • Cloud phones for Youtube

RESOURCES

  • Knowledge base
  • API documentation
  • Glossary
  • Academy
  • Blog
  • Server status
  • Release notes

FREE TOOLS

  • YouTube views to money calculator
  • Instagram money calculator
  • Online URL to text converter
  • Google local SERP checker
  • Random address generator

GET IN TOUCH

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

© 2026 Multilogin. All rights reserved.

  • Privacy policy
  • Terms of service
  • Cookie policy
Multilogin watermark
  • MOBILE

    • Cloud phone
    • Virtual phone
    • Remote phone
    • Phone farming
    • Cloud cell phone
    • Cloud Android emulation
    • AI Quick Action Automation
  • MULTI-ACCOUNTING

    • Multiple Instagram accounts
    • Multiple Tiktok accounts
    • Multiple Reddit accounts
    • Multiple Telegram accounts
    • Multiple Facebook accounts
    • Multiple Youtube accounts
    • Multiple LinkedIn accounts
  • COMPARISON

    • Multilogin vs. MoreLogin
    • Multilogin vs. FlashID
    • Multilogin vs. DuoPlus
    • Multilogin vs. VMOS cloud
    • Multilogin vs. Octo Browser
    • Multilogin vs. AdsPower
    • Multilogin vs. GoLogin
  • PLATFORM PROXIES

    • Mobile proxy
    • Reddit proxy
    • Instagram proxy
    • TikTok proxy
    • Facebook proxy
    • Youtube proxy
    • LinkedIn proxy
  • USECASES

    • Cloud phones for Tiktok
    • Cloud phones for Instagram
    • Cloud phones for Reddit
    • Cloud phones for Facebook
    • Cloud phones for Youtube
  • RESOURCES

    • Knowledge base
    • API documentation
    • Glossary
    • Academy
    • Blog
    • Server status
    • Release notes
  • FREE TOOLS

    • YouTube views to money calculator
    • Instagram money calculator
    • Online URL to text converter
    • Google local SERP checker
    • Random address generator
  • GET IN TOUCH

    • Contact 24/7 support
      [email protected]
    • Referral program
    • Affiliate program
    • Pricing page
    • Careers
GDPR Compliant
  • Privacy policy
  • Terms of service
  • Cookie policy

© 2026 Multilogin. All rights reserved.

Expand