Skip to content

All Endpoints

Complete endpoint reference for the Multilogin X API.

Authentication

Base URL: https://api.multilogin.com

MethodEndpointDescription
POST/user/signinSign in and get Bearer Token
POST/user/refresh_tokenRefresh an expiring token
POST/user/change_passwordChange password
POST/user/reset_passwordReset password via email

Launcher

Base URL: https://launcher.mlx.yt:45001

MethodEndpointDescription
GET/api/v1/profile/f/:folder_id/p/:profile_id/startStart a browser profile
GET/api/v1/profile/quick/startStart a quick (temporary) profile
GET/api/v1/profile/stop/p/:profile_idStop a specific profile
GET/api/v1/profile/stop/allStop all running profiles
GET/api/v1/profile/activeList active/running profiles
GET/api/v1/profile/p/:profile_id/ws_debugger_urlGet CDP WebSocket debugger URL

Profile Management

Base URL: https://api.multilogin.com

MethodEndpointDescription
POST/profile/createCreate a new browser profile
POST/profile/updateUpdate an existing profile
POST/profile/cloneClone a profile
POST/profile/removeDelete profile(s)
POST/profile/restoreRestore from trash
POST/profile/moveMove to folder
POST/profile/lockLock profile(s)
POST/profile/unlockUnlock profile(s)
POST/profile/unlock_dataUnlock encrypted profile data

Workspace & Folders

Base URL: https://api.multilogin.com

MethodEndpointDescription
GET/workspace/profilesList profiles (paginated, filterable)
GET/workspace/foldersList folders
POST/workspace/folder/createCreate folder
POST/workspace/folder/updateUpdate folder
POST/workspace/folder/removeDelete folder
GET/workspace/infoWorkspace details
GET/workspace/membersWorkspace members

Proxy

Base URL: https://api.multilogin.com

MethodEndpointDescription
POST/profile/proxy/check_connectionVerify proxy connectivity

Proxy is configured via profile create/update parameters.

Pre-made Cookies

Base URL: https://cookies.multilogin.com

MethodEndpointDescription
GET/api/v1/cookiesList available cookies
POST/api/v1/cookies/applyApply cookies to profile
PUT/api/v1/cookies/metadataUpdate cookie metadata

Script Runner

Base URL: https://launcher.mlx.yt:45001

MethodEndpointDescription
GET/api/v1/profile/f/:folder_id/p/:profile_id/start?automation_type=seleniumStart with Selenium
POST/api/v1/run_scriptRun script on profiles
POST/api/v1/profile/stop_scriptStop running scripts
GET/api/v1/scriptsList available scripts

Profile Import/Export

Base URL: https://launcher.mlx.yt:45001

MethodEndpointDescription
POST/api/v1/profile/:profile_id/exportExport profile
GET/api/v1/profile/exports/:export_id/statusExport status by ID
GET/api/v1/profile/exports/statusesAll export statuses
POST/api/v1/profile/importImport profile
GET/api/v1/profile/imports/:import_id/statusImport status by ID
GET/api/v1/profile/imports/statusesAll import statuses

Object Storage

Base URLs: https://launcher.mlx.yt:45001 and https://api.multilogin.com

MethodBaseEndpointDescription
POSTLauncher/api/v1/object_storage/uploadUpload object
POSTLauncher/api/v1/object_storage/create_and_uploadCreate and upload
GETLauncher/api/v1/object_storage/:id/downloadDownload object
POSTLauncher/api/v1/object_storage/local_to_cloudTransfer local to cloud
GETCloud/api/v1/resources/typesList object types
GETCloud/api/v1/resources/statisticsStorage statistics
GETCloud/api/v1/resources/metasList object metadata
GETCloud/api/v1/resources/:id/metaObject metadata by ID
GETCloud/api/v1/resources/object_profile_usagesObject usage by profiles
GETCloud/api/v1/resources/:id/deleteDelete object
GETCloud/api/v1/resources/:id/restoreRestore from trash

Extensions

MethodBaseEndpointDescription
POSTLauncher/api/v1/create_extension_from_urlInstall extension from URL
POSTCloud/api/v1/resources/:id/enable_for_profilesEnable extension
POSTCloud/api/v1/resources/:id/disable_for_profilesDisable extension

Two-Factor Authentication

Base URL: https://api.multilogin.com

MethodEndpointDescription
POST/user/setup_2faSet up 2FA device
GET/user/get_2fa_devicesList 2FA devices
POST/user/revoke_2fa_deviceRevoke a 2FA device
POST/workspace/update_2faEnable/disable workspace 2FA
POST/user/disable_2faDisable user 2FA