Line Login V1

Login Email V1

Login via email + password (V1 token).

GET/loginemailv1

Enable password login first: LINE app → Settings → Account. If a pincode is returned, approve it in the LINE app then call /reqemailtokenv1.

GET/loginemailv1
Parameters
Request
bash
1curl -X GET 'https://execross.com/api/v3/loginemailv1?apikey=YOUR-APIKEY&appName=DESKTOPMAC%5Ct8.5.2%5CtMAC%5Ct10.15.7&email=your%40email.com&password=yourpassword&proxy=1.2.3.4' \
2  -H 'Accept: application/json'
Response
Click Send to execute the request.
Example response
json
1{
2  "creator": "EXECROSS",
3  "ip": "75.177.42.12",
4  "proxy": "0.237.39.20",
5  "result": {
6    "pincode": "785887"
7  },
8  "status": 200
9}
Next
Request Email Token V1