---
title: "Proxy analytics event POST request with site auth validation"
method: POST
path: "/api/v1/analytics/content/event"
tags: ["Content Analytics"]
---

# Proxy analytics event POST request with site auth validation

`POST /api/v1/analytics/content/event`

Validates the siteAuth query parameter and asynchronously forwards POST requests to /v1/analytics/event/** to the dot-ca-event-manager service at /v1/event/**. All query parameters and the request body are preserved.

## Request body

- string

## Response `200`

Successful upstream response

- object — dotCMS response envelope containing the upstream analytics data

## Other responses

- `400` — Invalid siteAuth or upstream returned an error
- `500` — Internal server error or upstream unreachable

---

[API](https://skmtc.dev/jostens/apis/dotcms-rest-api.md) · [All operations](https://skmtc.dev/jostens/apis/dotcms-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jostens/dotcms-rest-api/revisions/a088fe9f515c/schema)
