Move browser profile to a specific group using the API interface:
Request Url:
https://api.vmlogin.com/v1/tag/profile/add?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&profileId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&tagId=xxxxxx
Request Type: GET
Name | Type | Description | required |
token | string | Authentication token | true |
profileId | string | Browser profile ID | true |
tagId | string | Group ID (either-or) | false |
tag | string | Group Name (either-or) | false |
Request
{
"token": "66e9f73f3617c6afdc6768f7a61a58ae",
"tagId": "348193",
"profileId": "2DA63EAD-2A49-498B-B3A8-ECC5154523F1"
}
Note:
(1) For token, please refer to the "View/Change the API Token" tutorial.
(2) For tagId, please refer to the "Get group list using the API interface" tutorial.
(3) For profiled, please refer to the "Where can the Profile ID be Found?" tutorial or use the profile/list interface to get all profileId.