curl --request GET \
--url https://api.example.com/cabinet/auth/merge/{merge_token}{
"primary": {
"id": 123,
"auth_methods": [
"<string>"
],
"username": "<string>",
"first_name": "<string>",
"email": "<string>",
"balance_kopeks": 0,
"subscription": {
"status": "<string>",
"is_trial": true,
"traffic_limit_gb": 123,
"traffic_used_gb": 123,
"device_limit": 123,
"autopay_enabled": true,
"end_date": "2023-11-07T05:31:56Z",
"tariff_name": "<string>"
},
"created_at": "2023-11-07T05:31:56Z"
},
"secondary": {
"id": 123,
"auth_methods": [
"<string>"
],
"username": "<string>",
"first_name": "<string>",
"email": "<string>",
"balance_kopeks": 0,
"subscription": {
"status": "<string>",
"is_trial": true,
"traffic_limit_gb": 123,
"traffic_used_gb": 123,
"device_limit": 123,
"autopay_enabled": true,
"end_date": "2023-11-07T05:31:56Z",
"tariff_name": "<string>"
},
"created_at": "2023-11-07T05:31:56Z"
},
"expires_in_seconds": 123
}Preview the result of merging two accounts before confirming.
curl --request GET \
--url https://api.example.com/cabinet/auth/merge/{merge_token}{
"primary": {
"id": 123,
"auth_methods": [
"<string>"
],
"username": "<string>",
"first_name": "<string>",
"email": "<string>",
"balance_kopeks": 0,
"subscription": {
"status": "<string>",
"is_trial": true,
"traffic_limit_gb": 123,
"traffic_used_gb": 123,
"device_limit": 123,
"autopay_enabled": true,
"end_date": "2023-11-07T05:31:56Z",
"tariff_name": "<string>"
},
"created_at": "2023-11-07T05:31:56Z"
},
"secondary": {
"id": 123,
"auth_methods": [
"<string>"
],
"username": "<string>",
"first_name": "<string>",
"email": "<string>",
"balance_kopeks": 0,
"subscription": {
"status": "<string>",
"is_trial": true,
"traffic_limit_gb": 123,
"traffic_used_gb": 123,
"device_limit": 123,
"autopay_enabled": true,
"end_date": "2023-11-07T05:31:56Z",
"tariff_name": "<string>"
},
"created_at": "2023-11-07T05:31:56Z"
},
"expires_in_seconds": 123
}