Outcomes API
Record and retrieve outcome events when agents complete valuable work such as negotiations, broadcasts, content publishing, or deal closures. Outcomes power the “Value Delivered” feed on the spend dashboard.Record an outcome
Authentication
The endpoint accepts two forms of authentication:- Bearer token — pass the
INTERNAL_API_KEYas aBearertoken in theAuthorizationheader. Used by internal platform services and agents. TheuserIdandagentIdare taken from the request body. - Session — a standard authenticated session (cookie-based). The
userIdis taken from the session automatically.