Line Login V1
Request Email Token V1
Fetch the final V1 auth token after approving the email login pincode.
GET
/reqemailtokenv1Call this after /loginemailv1 returns a pincode and the user has approved it in the LINE app.
GET
/reqemailtokenv1Parameters
Request
bash
1curl -X GET 'https://execross.com/api/v3/reqemailtokenv1?apikey=YOUR-APIKEY' \
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 "result": {
5 "authToken": "V1_AUTH_TOKEN_HERE",
6 "certificate": "6bed8db7eb6e23ecf152f98a41e0f95294f6334f6ec45051a8801b5c00632353"
7 },
8 "status": 200
9}Next
Group Chat
