latestOpenAPI 3.0.12026-08-105551287.6 KB
c481fa2414f9
Device Monitoring
Create user consent for device monitoring
Records consent from the given person (specified in the request URL) to collect device fingerprints on their registered device. Each consent is tied to a specific device.
post/v1/persons/{person_id}/device_consents
Path parameters
person_idstring required
Request body
Example request
{
"event_type": "APPROVED",
"confirmed_at": "2021-06-25T09:44:25.000Z"
}Response
Successful result of the operation
Example response
{
"id": "17a7389adaf83145770d8e6c00a398ddcon",
"person_id": "e2bbc86268e9a4667861b73f31dba03bcper",
"confirmed_at": "2021-06-25T09:44:25.000Z",
"created_at": "2021-06-25T09:44:25.000Z"
}