Exporting Authentication Logs Directly to your SIEM tool
In the Validia Platform, connecting your Know-Your-People verifications from Zoom, Microsoft Teams, and other video conferencing platforms is simple and efficient. Validia provides a straightforward API to retrieve identity verification logs and includes guidelines to help you import these logs into your preferred SIEM tool.
Retrieving Logs
You can quickly and easily pull down your verification logs with the following command! (see API Setup for details on retrieving your access key)
CURL
curl -X GET \
"https://api.validia.ai/siem-verifications?start_time={EPOCH_START_TIME}&end_time={EPOCH_END_TIME}&limit=1000" \
-H "Authorization: Bearer {YOUR_ACCESS_TOKEN}"