Biometrics & Credentials
Biometrics & Credentials¶
This section covers fingerprints, faces, cards, irises, and user photos. The API pattern is very similar for each.
Fingerprints¶
- Object:
- Topics:
- Save to one device:
<company-code>/server/<serial-number>/fingerprints/save
- Save to all devices for a user:
<company-code>/server/<user-id>/fingerprints/save
- Delete specific fingerprints for a user:
<company-code>/server/<user-id>/fingerprints/delete
(Message:["RightIndex", "LeftThumb"]
) - Clear all for a user:
<company-code>/server/<user-id>/fingerprints/clear
- Clear all from one device:
<company-code>/<serial-number>/fingerprints/clear
- Save to one device:
Faces¶
- Object:
- Topics: (Follow the same pattern as Fingerprints, using
/faces/
in the topic path).
Cards¶
- Object:
- Topics: (Follow the same pattern as Fingerprints, using
/cards/
in the topic path).
Irises¶
- Object:
- Topics: (Follow the same pattern as Fingerprints, using
/iris/
in the topic path).
User Photos¶
- Object:
- Note: Image must be under 2MB.
- Topics: (Follow the same pattern as Fingerprints, using
/userphotos/
in the topic path).