API Get a List of All Available Browser Profiles

Get a list of all available browser profiles using API interface:

Request Url:

https://api.vmlogin.com/v1/profile/list?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Request Type: GET

NameTypeDescriptionrequired
tokenstringAuthentication tokentrue
searchstringLooking for profile name(fuzzy search)false
tagstringGather by group name(fuzzy search)false
formatstringFormat unix timestamp: “1”false
pagestringThe page numberfalse
limitstringThe number of results displayed on each page, default is 500, maximum is 1000.false

Request

{
    "token": "66e9f73f3617c6afdc6768f7a61a58ae"
}


Note:

For token, please refer to the "View/Change the API Token" tutorial.