HomeAge Verification HeadlessAI Services for TerminalsAge Estimation VerifySupportTrust APIIdentity Verification LivenessDigital IDIdentity verificationDigital ID MigrationDBS RTWDigital IDDBS/RTW portaleSignaturesAge verificationAge estimationIn-Branch VerificationAge Estimation v2idv-portal-errorsIdentity ProfilesVerifiable Credentialssandbox-betaIdentity Verification APIAI Services APITrust APIProof of Age (PoA) API
Identity verification
v9.0
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Tracked Devices
AI Tools
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
Yoti offers the ability to request the devices that interacted with the session and some of the devices details. We record this metadata once specific events in the user journey have occurred. An object will be generated per each event, detailing the device information at the time of the event.
Node.js
PHP
x
const devicesResponse = await idvClient.getSessionTrackedDevices(sessionId);const events = devicesResponse.getDeviceEvents()const firstEvent = events[0]firstEvent.getEvent(); firstEvent.getCreated(); const firstEventDevice = firstEvent.getDevice(); firstEventDevice.getIpAddress(); firstEventDevice.getManufactureName(); firstEventDevice.getModelName(); firstEventDevice.getOSName(); firstEventDevice.getOSVersion(); firstEventDevice.getBrowserName(); firstEventDevice.getBrowserVersion(); firstEventDevice.getLocale(); firstEventDevice.getClientVersion();| Event | Description |
|---|---|
| CONFIG_FIRST_LOADED | The user has successfully landed on the starting screen. |
| RESOURCE_CREATED | A resource has successfully been created. e.g a document image has been captured. |
| CLIENT_SESSION_TOKEN_DELETED | User journey has been completed. |
Example Response
JSON
[ { "event": "CONFIG_FIRST_LOADED", "created": "2024-07-24T14:15:06Z", "device": { "ip_address": "", "manufacture_name": "Apple", "model_name": "Macintosh", "os_name": "Mac OS", "os_version": "10.15.7", "browser_name": "Chrome", "browser_version": "126.0.0.0", "locale": "en-GB", "client_version": "" } }, { "event": "RESOURCE_CREATED", "resource_id": "a10cce10-c497-4011-8eab-4759e1f6fe49", "created": "2024-07-24T14:15:10Z", "device": { "ip_address": "", "manufacture_name": "Apple", "model_name": "Macintosh", "os_name": "Mac OS", "os_version": "10.15.7", "browser_name": "Chrome", "browser_version": "126.0.0.0", "locale": "en-GB", "client_version": "" } }, { "event": "CLIENT_SESSION_TOKEN_DELETED", "created": "2024-07-24T14:15:55Z", "device": { "ip_address": "", "manufacture_name": "Apple", "model_name": "Macintosh", "os_name": "Mac OS", "os_version": "10.15.7", "browser_name": "Chrome", "browser_version": "126.0.0.0", "locale": "en-GB", "client_version": "" } }]These device details can also be deleted by using the below method:
Node.js
PHP
await idvClient.deleteSessionTrackedDevices(sessionId);Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Next to read:
Rate LimitsGot a question? Contact us here.
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message