Line Login

Login QR

Initiate a QR-based login session (V3 token).

GET/loginqr

Returns a session id and QR image URL. Scan from the target app, then poll /reqpin and /reqtoken. Note: iPad appName fails to get token on this endpoint.

GET/loginqr
Parameters
Request
bash
1curl -X GET 'https://execross.com/api/v3/loginqr?apikey=YOUR-APIKEY&appName=DESKTOPMAC%098.5.2%09MAC%0910.15.7&certificate=ed7f115c4ea1f35389d0b49357b5bd6cf2bba80809f9d60e5a8c545231fbcb86&proxy=1.2.3.4' \
2  -H 'Accept: application/json'
Response
Click Send to execute the request.
Example response
json
1{
2  "status": 200,
3  "result": {
4    "session": "sess_abc",
5    "url": "https://.../qr.png"
6  }
7}
Next
Request PIN