How to get Multilogin element IDs with 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 profile IDs in Multilogin X interface:
- Select a profile or several profiles in the list using checkboxes on the left
- Click “Copy profile ID” in the top menu

To get multiple profile IDs via API, you need to use the POST Profile Search 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 manage 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
