Starting a profile with Postman
The Start Browser Profile endpoint allows you to launch existing regular profiles with automation, using folder_id
and profile_id
. It is essential for automation users.
Currently, the endpoint is in version 2. It is almost the same as the previous version, with enhancements regarding the accuracy of responses returned.
Before you start
- Complete all three steps from this article, including “Using the bearer token”: they will allow you to sign in correctly
- Navigate to the “Launcher” folder in your Postman workspace and select “GET Start Browser Profile”
- Insert your values into the below variables in the script:
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 agent is connected, as it makes profile launching possible.
- Click “Send” to execute the request: a “200” status means success.