Get user info from device (async)
POSThttps://developer.fingerspot.io/api/get_userinfo
Instructs the device to send user information to the platform. The API returns an acknowledgement immediately; the actual user data is delivered asynchronously to the device's configured webhook URL as a get_userinfo callback.
Request
Responses
- 200
Command accepted. The immediate response is an acknowledgement only. The actual result will be delivered asynchronously to the device's configured webhook URL.
Callbacks
- POST deviceWebhook
POST{$request.body#/cloud_id}
Posted to the device's registered webhook URL when the device has responded with the requested user information.