Skip to content

API Reference

Complete reference for all Multilogin X API endpoints organized by category.

Endpoint Categories

CategoryBase URLEndpointsDescription
Launcherlauncher.mlx.yt:4500118+Start, stop, and manage browser profiles
Profile Managementapi.multilogin.com20+Create, update, clone, move, delete profiles
Profile Accessapi.multilogin.com15+Authentication, workspace, folders
Browser Profile Dataapi.multilogin.com1Unlock encrypted profile data
Proxyapi.multilogin.com2Configure and verify proxy connections
Cookiescookies.multilogin.com3+Pre-made cookie injection and management
Object StorageBoth12+File uploads, downloads, metadata
ExtensionsBoth3Create, enable, disable browser extensions
Import/Exportlauncher.mlx.yt:450016Export and import profiles as zip files
Two-Factor Authapi.multilogin.com52FA setup, device management, workspace 2FA

Authentication

All endpoints except POST /user/signin require a Bearer Token:

Authorization: Bearer YOUR_TOKEN

See Authentication Guide for details.

Common Patterns

UUIDs

All IDs (profile, folder, workspace, device) are UUID v4 format:

8feb79fc-2b42-4d54-a3eb-f26fddd31499

Browser Types

  • mimic — Chromium-based anti-detect browser
  • stealthfox — Firefox-based anti-detect browser

OS Types

  • windows
  • macos
  • linux
  • android

Storage Types

  • cloud — Synced to Multilogin servers
  • local — Stored on the local machine only