How to stop a browser profile with Postman
The Stop Browser Profile endpoint stops regular browser profiles, and can also be used to stop quick profiles.
➡️ To stop a browser profile with Postman, open Postman → go to “Launcher” → “Stop Browser Profile” → enter profile_id → click “Send”. A 200 response means the request succeeded.
This endpoint works with regular browser profiles and quick browser profiles.
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" section in your Postman workspace and select the Stop Browser Profile endpoint
- Enter your values in the request parameter:
-
profile_id: get this value from Multilogin, the DevTools panel or from Postman
-
Running the script
Click "Send" to execute the request: a "200" status means success

FAQ
Why doesn’t the browser profile stop?
Check that:
-
the
profile_idis correct - your bearer token is still valid
- your account has access to the target browser profile
A 401 response usually means the token is missing or expired. Sign in again or use an automation token with a longer expiration period.