Latest stories

verify_qrcode

  • Inputs
{
    "qrcode": "string: a qrcode that generated with generate_qrcode"
}

  • Errors
{
    "must_login": "user must login"
}

  • Extra Description
For start new session, verify user generated qrcode with other device

  • Sample
  • Url:
https://api.pantel.me/a/verify_qrcode?qrcode=01198a7b0cd983b1cc5544e73e856185
  • Output:
                                {
    "status": "success",
    "time": 1546341676.5596979
}