Developer Docs
Sandbox · API v2PlaygroundGet API keys

Observability & audit

Three surfaces let you see what your integration did: domain events (business facts), the audit log (security-relevant actions), and metrics (per-endpoint counters). One correlation id threads them together.

Surfaces

SurfaceEndpointWhat it shows
Product eventsGET /api/v2/products/{id}/eventsDomain events for one product.
Audit logGET /api/v2/audit-logsSecurity-relevant actions in typed classes.
DeliveriesGET /api/v2/webhooks/{id}/deliveriesDelivery attempts + status.
MetricsGET /api/v2/metricsPer-endpoint counters.

The correlation thread

Send X-Correlation-Id on any request and find the same id in the audit row's requestId. If omitted, one is generated (never a placeholder). Three GETs to the same route increment http_requests_total{endpoint="/api/v2/products"} without collapsing the endpoint label. This is the debugging thread to reach for first.

Was this page helpful?
Thanks, noted.Feedback goes to the docs team by email.