MINARA

Ingest behavior events

POST /v1/behavior/ingest — Accept a bounded batch of coarse product-use events. Identity and initiator are derived by the authenticated gateway; re

POST /v1/behavior/ingest

Accept a bounded batch of coarse product-use events. Identity and initiator are derived by the authenticated gateway; request bodies and sensitive values are not stored.

MethodPOST
Path/v1/behavior/ingest
AuthAuthorization: Bearer <token> required
Categorybehavior

Request body

{ "events": [{ "category": "feature_usage", "action": "workflow.open", "durationMs": 1200 }] }

Response body

{ "accepted": 1, "dropped": 0, "dropped_reasons": {} }

On this page