Validate Latest

Validates CMAC and checks if tap is the latest registered tap of a tag

post

Validates a cmac for a tag using its UID, counter, and key. If valid, it checks whether the cmac corresponds to the most recent registered tap of that tag. Returns tag details and the latest verification entry if successful.

Body
uidstringRequired

Unique ID of the tag

Example: ABC123TAGUID
ctrstringRequired

Counter used in CMAC generation

Example: 00000045
cmacstringRequired

Truncated CMAC token from the tag

Example: 9f5e6a1c
Responses
200

cmac is valid and latest

application/json
post
/external/v1/tags/cmac/latest

Last updated

Was this helpful?