Skip to main content

Get user info from device (async)

POST

https://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

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

{$request.body#/cloud_id}

Posted to the device's registered webhook URL when the device has responded with the requested user information.