Contact Us
If you still have questions or prefer to get help directly from an agent, please submit a request.
Popular topics: Multilogin X, Multilogin 6, Subscription & payments,
-
How to choose the right proxy type Proxies & IP masking FAQ How to test a proxy What you need to know about Multilogin proxy: FAQ How to use Multilogin proxy: guide How to use HTTP and SOCKS proxies in Multilogin How to use Multilogin with 4G/5G connection How to set up Multilogin with NodeMaven How to use custom DNS in Multilogin How to fix profile launch or proxy connection issues How to fix “Profile failed to start” error How to fix “Wrong proxy data” error How to fix “ERR_TIMED_OUT” error How to fix “ERR_CONNECTION_RESET” error How to fix “ERR_CONNECTION_CLOSED” errorRetrieving the token Using the automation token in a workspace Retrieving profile, folder, and workspace IDs Retrieving the user ID Selenium automation example Playwright automation example Puppeteer automation example Logging in to Multilogin automatically Auto-launching the agent Exporting proxy details from profiles Converting external proxy lists into API-ready JSON files How to use Multilogin CLI tool How to launch CookieRobot using Script Runner How to export cookies using API Multilogin X automation FAQ API basics: key terms & conceptsHow to send logs to support How to disconnect and reconnect the agent How to reinstall app components How to fix agent connection issues How to fix startup issues in Multilogin How to fix Multilogin issues on macOS How to unlock a locked profile How to fix profile launch or proxy connection issues How to fix missing browser data issue How to fix browser fingerprint inconsistencies Account banned: what should I do? How to fix Mimic launch issues on Linux How to enable web camera in Multilogin profiles My app or profile is slow: how to fix performance issues How to find missing profiles How to fix website loading issues in Multilogin How to access restricted websites How to fix connection issues in restricted regions How to fix "Your Windows system cannot perform the necessary WinAPI calls to launch Stealthfox browser" error How to fix small Stealthfox window resolution on Windows How to fix “The installation failed” macOS error How to fix “Failed to get profile data” error How to fix “Access denied” error How to fix “Some settings were reset” error How to fix “Profile failed to start” error How to fix “Plan limits reached” error How to fix “Wrong proxy data” error How to fix “Aw, Snap! STATUS_BREAKPOINT” error How to fix “Aw, Snap! STATUS_ACCESS_VIOLATION” error How to fix “ERR_TIMED_OUT” error How to fix “ERR_CONNECTION_RESET” error How to fix “ERR_CONNECTION_CLOSED” error Why isn't cookie import working? Why don’t cookies log you in to the target account?
-
How to send logs to support How to edit the app.properties file How to reinstall app components How to reinstall Multilogin 6 How to fix profile launch issues in Multilogin 6 How to fix proxy connection issues in Multilogin 6 How to fix frozen "Update in progress... Loading [3] of 2 components" status How to fix Android profile issues in Multilogin 6 How to fix issues with extension data in Mimic How to fix "Your Windows system cannot perform the necessary WinAPI calls to launch Stealthfox browser" error How to fix a profile stuck on “Active” status How to fix IP leaks when using a proxy How to fix "JavaScript error" in Multilogin 6 dark mode How to fix "Javax.crypto […] pad block corrupted" error How to fix "Fingerprint composition failed" error How to fix "Mimic/Stealthfox executable is not found" error How to fix “Profile is not created/updated” error How to fix "Downloading Mimic browser" error How to fix “Application request limit is reached” error How to fix "Invalid buffer arguments" error How to fix “Unable to save profile: User-Agent is empty” error How to fix "Cannot invite existing user" error Why isn't cookie import working? Why don’t cookies log you in to the target account?
-
How to choose the perfect Multilogin plan How to buy a Multilogin subscription How to sync Multilogin 6 subscription with Multilogin X How to change a subscription How to renew a subscription How to cancel a subscription How to change a payment method How to manage invoices How to pay with crypto Subscription & payments FAQ
How to export cookies using API
![](https://secure.gravatar.com/avatar/46f57e7cb80a071e5a1e568cb2830359.png?s=96&d=blank)
Written by Yelena Varabyeva
Updated on February 7th, 2025
Table of contents
The “POST Cookie Export” endpoint allows you to export cookies from profiles with automation, using folder_id
and profile_id
. It is an essential feature for automation users.
Before you start
- Complete setup: follow all steps in the Getting started with Postman guide, including how to use your bearer token for authentication
-
Find the endpoint:
- Open Postman
- Navigate to the “Launcher” folder
- Select “POST Cookie Export”
-
Insert required values:
- Add your
folder_id
andprofile_id
in the request body - Need help? Follow the guide Retrieving profile, folder, and workspace IDs
- Add your
How to run the request
- Click “Send” to execute the request: a “200” status means success
- In the response, the cookies are stored under:
"data": {
"cookies": "[{...}]"
}
- Copy the entire value of
"cookies"
(inside the quotes)
The exported cookies are wrapped in extra quotes, making them a string instead of a proper JSON format. To fix this, just remove the outer quotes so it becomes a clean JSON array.
An easy way? Use a tool like JSON Fixer – just paste the data in, and it’ll format it for you instantly!
![](https://static.helpjuice.com/helpjuice_production/uploads/upload/image/16296/direct/1738921252358/image.png)