Error desk

Token & auth errors

If every Launcher call is 401, stop debugging CDP ports. You have a PAM / token problem.

Most common mistakes

Fix path

  1. Reproduce sign-in in Postman — Postman guide.
  2. Follow API auth; store token in env, never git.
  3. Then start profile — API map.

What a good sign-in looks like

POST https://api.multilogin.com/user/signin
Content-Type: application/json

{ "email": "you@example.com", "password": "<md5 hex of password>" }

→ data.token  (help text: ~30 minutes)

Hash the password the way Multilogin’s official samples do — do not invent base64. Confirm with Postman before rewriting Node.

After you have a token

Ads desks

Auth failures during peak ad ops look like “Playwright died.” Check token age first, then proxy. Lanes: Facebook · Google.

Get Multilogin deal CDP errors

Affiliate disclosure applies.