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.
| Method | POST |
| Path | /v1/behavior/ingest |
| Auth | Authorization: Bearer <token> required |
| Category | behavior |
Request body
{ "events": [{ "category": "feature_usage", "action": "workflow.open", "durationMs": 1200 }] }Response body
{ "accepted": 1, "dropped": 0, "dropped_reasons": {} }