Skip to content

Introduction

The VeriSaaS logs API service provides a tool that enables Veridas customers to access the activity logs produced by VeriSaaS as a consequence of consuming vali-Das API. No personal data is stored or persisted in these logs over time. All logs are served from the same region where Validas services are consumed. This logs API service is based on Elasticsearch, a distributed search, and analytics engine, where we have two kinds of logs available:

  • access logs: the API gateway access logs, with information about the HTTP/REST requests and responses.
  • summary logs: validation summary logs generated by the service. Each summary log is generated with the DELETE query, and contains information of every validation.

Field reference from access and summary logs can be consulted in the API considerations page.