Errors API
Auto-generated from
openapi-snapshot.json. Do not edit by hand — changes are overwritten byscripts/docs/generate_api_reference.py.
1 endpoints in this group.
POST /api/v1/errors/frontend
Report Frontend Error
Record or dedupe a client-side JS error.
Auth is optional — anonymous crashes still land in the table with
user_id NULL. When a valid JWT is present we attach user_id/tenant_id.
Request body: application/json
Responses
| Code | Description |
|---|---|
204 | Successful Response |
422 | Validation Error |