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
Name | Type | Description | required |
token | string | Authentication token | true |
search | string | Looking for profile name(fuzzy search) | false |
tag | string | Gather by group name(fuzzy search) | false |
format | string | Format unix timestamp: “1” | false |
page | string | The page number | false |
limit | string | The 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.