---
title: "Audit"
method: POST
path: "/shield/audit"
tags: ["Shield"]
---

# Audit

`POST /shield/audit`

Handles POST requests to audit logs.

This endpoint processes an audit request and delegates the task to the `ShieldController`
to handle the audit logic.

Returns:
    The result of the audit operation handled by `ShieldController`.

## Request body

- object, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/privacera/apis/paig-server.md) · [All operations](https://skmtc.net/privacera/apis/paig-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/privacera/paig-server/versions/e3d2c30ceace/schema)
