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/admin/users/{userId}/mfa-audit \
--header 'Authorization: Bearer <token>'{
"success": true,
"events": [
{
"id": "<string>",
"event": "mfa.code.verified",
"user": "<string>",
"actor": "<string>",
"actorType": "self",
"ip": "<string>",
"ua": "<string>",
"meta": {},
"created": "2023-11-07T05:31:56Z"
}
]
}Returns up to limit (default 50, max 200) MFA audit events for the
target user, ordered by created descending. Use the before
parameter (ISO timestamp) for pagination — pass the oldest created
from the previous page to fetch the next.
curl --request GET \
--url https://pria.praxislxp.com/api/admin/users/{userId}/mfa-audit \
--header 'Authorization: Bearer <token>'{
"success": true,
"events": [
{
"id": "<string>",
"event": "mfa.code.verified",
"user": "<string>",
"actor": "<string>",
"actorType": "self",
"ip": "<string>",
"ua": "<string>",
"meta": {},
"created": "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.
JWT token passed in authorization header
1 <= x <= 200ISO-8601 timestamp; results with created < before are returned.
Was this page helpful?