Stampfactory
Dokumentation
NFC-Tags

NFC-Tag anzeigen

GET
/nfc_tags/{nfcTag}
AuthentifizierungBearer <token>

Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).

Ort: header

Pfadparameter

nfcTag*string

The nfc tag ID

Formatuuid

Response-Body

application/json

application/json

application/json

curl -X GET "https://example.com/nfc_tags/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "data": {    "id": "string",    "tag_id": "string",    "name": "string",    "location_description": "string",    "is_active": "string",    "created_at": "string",    "updated_at": "string"  }}