cURL
curl --request POST \ --url https://third-party.etrnl.app/v1/tags/verify-authenticity \ --header 'API-Key: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "tagId": 123, "enc": "<string>", "cmac": "<string>", "tt": "<string>", "eCode": "<string>" }'
{ success: true, err: null, exists: true, authentic: true, ctr: 12, uid: "04C148EAC37180", ttCurrStatus: null, ttPermStatus: null, lastAuthenticTimestamp: "2023-07-09T09:23:53.672Z", lastAuthenticCtr: 11, metadata: { nftId: 'xxxxxxx' } }