API Move the profile to specific group:
Request Url:
https://api.xlogin.us/v1/tag/profile/add?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&tagId=xxxxxx&profileId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Request Type: POST/GET
Name | Type | Description | required |
token | string | Authentication token | true |
tagId | string | Group ID | true |
profileId | string | Browser profile ID | true |
Request
{
"token": "66e9f73f3617c6afdc6768f7a61a58ae",
"tagId": "655",
"profileId": "9BC92B7D-BBF9-4FFC-8812-B1D1C241BAC9"
}
Note:
1. Token: Please refer to the "API Token" tutorial.
2. tagId: Please refer to the "API Get all group list" tutorial.
3. profileId: Please refer to the "Where can the Profile ID be Found?" tutorial or use the profile/list interface to get all profileId.