Hanzo
OpenapiO11y

Receive a single Sentry event on the SDK's own DSN path

The legacy single-event form of the envelope ingest: one JSON event rather than a framed batch, kept because SDKs in the field still send it.

POST /v1/o11y/api/{project_id}/store/

Addresshttps://api.hanzo.ai/v1/o11y/api/{project_id}/store/
MethodPOST
Operationpost_o11y_api_by_project_id_store
AuthAuthorization: Bearer $HANZO_API_KEY

The legacy single-event form of the envelope ingest: one JSON event rather than a framed batch, kept because SDKs in the field still send it.

Same address ownership and same authentication as the envelope route — the /api/ segment is the SDK's, the DSN public key is the credential, the principal gate does not apply, and a keyless submission is a 401 from the ingest verifier.

Request

1 field.

FieldInTypeRequiredDescription
project_idpathstringyes

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo o11y api store <project_id>

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page