Verify
Verify the digital signatures emitted by a NFC tag
Name
Value
Name
Type
Description
{
uid: 'AABBCCDDEEFF00, // 16 hex characters
verified: true,
nft_chain_id: number, // optional
nft_contract_address: string, // optional
nft_token_id: number, // usually corresponds with serial_number
name: string, // optional
description: string, // optional
image_url: string, // optional
animation_url: string, // optional
sku_id: number,
serial_number: number, // auto assigned by order the tag is programmed in the SKU
}{
errors: {
cmac: "has expired" | "is invalid",
tag: ["could not be found"]
}
}Last updated
Was this helpful?

