v1

latestOpenAPI 3.1.02026-08-064323122.5 KB
Member RFIDs

Add RFID

Add RFID to specified user.

post/api/v2/accounts/{accountId}/rfids

Path parameters

accountIdstring required

Request body

rfidstring required

String representing RFID value in hex (with leading "0x"). Please ensure that the RFID string after "0x" contains an even number of hexadecimal characters and that only RFID information is sent in this field, but no other medium like magnetic stripe card numbers or bar codes.

tagFormat'HITAG1' | 'MIFARE' | 'LEGIC'

The rfid tag format.

Response

Ok

rfidstring required

String representing RFID value in hex (with leading "0x"). Please ensure that the RFID string after "0x" contains an even number of hexadecimal characters and that only RFID information is sent in this field, but no other medium like magnetic stripe card numbers or bar codes.

tagFormat'HITAG1' | 'MIFARE' | 'LEGIC'

The rfid tag format.