NFC API
3 endpoints
NFC tag management.
Endpoint
/public/nfc/claimTagParameters
bodybody
NfcClaimTagRequest
Required
See NfcClaimTagRequest schema
Responses
200
Success{
"schema": "NfcTagInfo"
}400
Bad request401
Unauthorized404
Not foundEndpoint
/public/nfc/findByTag/{tagId}Parameters
tagIdpath
string
Required
Responses
200
Success400
Bad request401
Unauthorized404
Not foundEndpoint
/public/nfc/validateParameters
bodybody
NfcValidateRequest
Required
See NfcValidateRequest schema
Responses
200
Success{
"schema": "NfcValidateResponse"
}400
Bad request401
Unauthorized404
Not found