Validate

Validate cmac of a tag

post

Validates a cmac token for a tag using its UID, counter, and truncated cmac value. Returns tag content and metadata if validation succeeds.

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

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

Last updated

Was this helpful?