Security enhancements to IP Vault and new Gemini 3.1 Flash Live STS model for Convo mode
curl --request GET \
--url https://pria.praxislxp.com/api/user/me/trusted-devices \
--header 'Authorization: Bearer <token>'{
"success": true,
"devices": [
{
"id": "<string>",
"deviceId": "<string>",
"sourceIp": "10.0.0.5",
"ua": "Mozilla/5.0 ...",
"createdAt": "2023-11-07T05:31:56Z",
"lastUsedAt": "2023-11-07T05:31:56Z",
"expiresAt": "2023-11-07T05:31:56Z"
}
]
}Returns every non-revoked, non-expired trusted_device row for the
authenticated user, sorted by lastUsedAt descending. These rows
back the 7-day MFA-skip cookie — revoking one forces the matching
browser to re-MFA on its next login.
curl --request GET \
--url https://pria.praxislxp.com/api/user/me/trusted-devices \
--header 'Authorization: Bearer <token>'{
"success": true,
"devices": [
{
"id": "<string>",
"deviceId": "<string>",
"sourceIp": "10.0.0.5",
"ua": "Mozilla/5.0 ...",
"createdAt": "2023-11-07T05:31:56Z",
"lastUsedAt": "2023-11-07T05:31:56Z",
"expiresAt": "2023-11-07T05:31:56Z"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?