The service is healthy.
Please scan the NFC tag and paste the dynamic URL here to run test validation:
GET /api/validate?e=«DYNAMIC PARAMETER» Authorization: Bearer «SDM_AUTH_TOKEN»Example request:
GET /api/validate?e=63996AABE78C113BE0410E2C61351A4BD536928AEB13A5A28DD0BB5D5E7F4BD20748B54EB123A7B5 Authorization: Bearer 20C768F790C66F8BC6795610A06E6BACExample response:
{
"valid": true,
"tag": {
"uid": "04A45F2AAA6180",
"used": false,
"custom_data": {
"as_str": "test",
"as_hex": "74657374"
},
"tt_status": "CC",
"read_ctr_num": 2
},
"message": "All good! The dynamic URL is valid and was not yet used."
}