After the card reader reads the card number, it assigns the card number to a lock
Request
Add parameter in header Authorization
Example:Authorization: ********************
or
Request Code Samples
curl --location --globoff --request POST '/v3/identityCard/add?addType=2&cardName=undefined&cardNumber=undefined&endDate=undefined&lockId=undefined&startDate=undefined&cyclicConfig=[{%22weekDay%22%3A1%2C%20%22startTime%22%3A480%2C%22endTime%22%3A1080}%2C{%22weekDay%22%3A2%2C%20%22startTime%22%3A480%2C%22endTime%22%3A1080}]&cardType=' \
--header 'Authorization: <api-key>'
Modified at 2026-05-22 03:19:52