How to start a browser profile with Postman
The Start Browser Profile endpoint allows you to launch existing regular browser profiles with automation, using folder_id and profile_id. It is essential for automation users.
➡️ To start a browser profile with Postman, launch Multilogin → open Postman → go to “Launcher” → “Start Browser Profile” → enter folder_id and profile_id → click “Send”. A 200 response means the request succeeded.
Use the optional automation parameter if you need an automation port, or headless_mode if you want to start the browser profile without a visible window.
Before you start
- 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
- Navigate to the “Launcher” folder in your Postman workspace and select Start Browser Profile
- Enter your values in the request parameters:
If you do not need to use automation or headless mode, you can deselect these parameters from the start.

Running the script
- Make sure the app is launched, as it makes profile launching possible
- Click “Send” to execute the request: a “200” status means success
FAQ
Why doesn’t the browser profile start?
Check that Multilogin is running and that your bearer token is still valid. The standard sign-in token expires after 30 minutes. If needed, sign in again, refresh the token, or use an automation token.