curl --location 'https://www.wixapis.com/_api/iam/authentication/v2/login' \ --header 'authorization: ' \ --header 'content-type: application/json' \ --data '{ "loginId":{ "email": "john@doe.com" }, "password": "verySecurePassword", "captcha_tokens":[{ "InvisibleRecaptcha": "" }] }'
top of page
bottom of page