> ## Documentation Index
> Fetch the complete documentation index at: https://docs.scanova.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Verify Server Events

> How to validate server-side conversion delivery

## Validation Steps

1. Send one test event with known `event_id`.
2. Confirm `200` with returned `event_id`.
3. Verify event appears in reporting for the same tracking site.
4. Re-send same payload and check dedupe behavior in your reporting logic.

## Quick Troubleshooting

* `401`: missing `X-API-Key`
* `403`: invalid key or key not authorized for `site_id`
* `422`: invalid schema or restricted value
* `429`: too many requests
