API get the List of all available browser profiles:
Request Url:
https://api.xlogin.us/v1/profile/list?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&tag=YourTagName
Request Type: POST/GET
Name | Type | Description | required |
token | string | Authentication token | true |
search | string | Looking for profile name(Similar) | false |
tag | string | Gather by group name(Similar) | false |
Request
{
"token": "66e9f73f3617c6afdc6768f7a61a58ae ",
"tag": "xlogin.us"
}
Note:
Please refer to the "API Token" tutorial to view your API token.