RFID card ID via API

RFID card ID via API

Hello,
how can I read the current RFID card ID via the API for third-party integration on the A01 Access Control Terminal?
Or is there another way to get the ID via LAN?


All comments 2
    sid 2024-02-20 19:05:13
    We don't support reading the current card ID via API, but we can read the card ID via the web interface, User part, when we read the card, we can click obtain to get the card ID.
    EBK 2024-04-15 13:34:08
    Hi,
    Try this command, it allows you to do a reading

    http://$IP/api/user/scan

    return

    {
            "retcode": 0,
            "action": "scan",
            "message": "OK",
            "data": {
                    "RFCode": "FEBB73BB"
            }
    }



You have to log in before you can reply Login | Sign up