POST
/
assets-analytics
Asset Usage Analytics
curl --request POST \
  --url https://api.agentic.scope3.com/rest/v1/assets-analytics \
  --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
includeInactive
string
required

Include inactive customers/brand agents in results

scope
string
required

Analytics scope: customers (all customers) or brand-agents (for specific customer)

customerId
string

Specific customer ID (required for brand-agents scope)

Response

Successful response

data
object
message
string
success
boolean