How to get IDs in Postman
Profile, folder, and workspace IDs are required to run the majority of API requests with Multilogin X. Let's explore how to get them using Postman!
How to get profile IDs
It is easy to find individual profile IDs in Multilogin X. You may simply click the profile in the list, and locate it in the Quick Summary tab at your right.

If you intend to get multiple profile IDs at once, you need to use the POST Profile Search API endpoint:
- In the “Multilogin X API” folder → head over to “Profile Management”
- Click on “POST Profile Search”
- In the “Authorization” tab → select “Bearer token” as the Auth Type → fill in the “Token” field with your token
- In the "Body" tab → fill in the request body by following the instructions on our Documenter page
- Press “Send” → a JSON object will be generated as a response, with the profile ID list


How to get folder IDs
To make operations among Multilogin X folders, you might need to specify the Folder ID. Here is how to get it in Postman:
- In the “Multilogin X API” folder → head over to “Profile Access Management”
- Click on “GET Workspace Folders”
- In the “Authorization” tab → select “Bearer token” as the Auth Type → fill in the “Token” field with your token
- Press “Send” → go to the “Body” tab below → you will see a JSON list containing all folders in your workspace

How to get workspace IDs
- In the “Multilogin X API” folder → head over to “Profile Access Management”
- Click on “GET User Workspaces”
- In the “Authorization” tab → select “Bearer token” as the Auth Type
- Press “Send” to view a JSON list containing all workspace IDs that you are added to
