POST
/
reporting-provide-outcomes
Provide Scoring Outcomes
curl --request POST \
  --url https://api.agentic.scope3.com/rest/v1/reporting-provide-outcomes \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "data": {},
  "message": "Operation completed successfully",
  "success": true
}

Authorizations

Authorization
string
header
required

Use your Scope3 API key as the bearer token

Body

application/json
campaignId
string
required

Campaign ID that this outcome applies to

exposureRange
object
required

Time range when this performance was measured

performanceIndex
number
required

Performance index: 0 = no value, 100 = expected performance, 1000 = 10x expected

creativeId
string

Optional creative ID associated with this outcome

tacticId
string

Optional tactic ID that this outcome measures

Response

Successful response

data
object
message
string
success
boolean