API Get a Random Profile Information

Get a random profile information using the API:

Request Url:

http://127.0.0.1:35000/api/v1/profile/randomProfile

Request Type: GET

NameTypeDescriptionrequired
platformstringWindows Linux Macintosh Android 
iPhone Chrome Firefox Edge
true
langHdrstringen-USfalse
acceptLanguagestringen-US,en;q=0.9false
timeZonestringAmerica/New_Yorkfalse

Body
x-www-form-urlencoded

{
    "platform": "Windows",
    "langHdr": "en-US",
    "acceptLanguage": "en-US,en;q=0.9",
    "timeZone": "America/New_York"
}


Note:

(1) When using the local interface, you need to Enable browser automation settings on the VMLogin client and save the settings. Please refer to the tutorial "Launch the browser automation port";

(2) For profiled, please refer to the tutorial "Where is the profile ID".