Line Login
Request PIN
Request the PIN code for an active QR session (V3).
GET
/reqpinGET
/reqpinParameters
Request
bash
1curl -X GET 'https://execross.com/api/v3/reqpin?apikey=YOUR-APIKEY&session=sess_abc' \
2 -H 'Accept: application/json'Response
Click Send to execute the request.
Example response
json
1{
2 "status": 200,
3 "result": {
4 "pincode": "123456"
5 }
6}Next
Request Token
