POST
/
creative-list
List Creatives
curl --request POST \
  --url https://api.agentic.scope3.com/rest/v1/creative-list \
  --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
buyerAgentId
string
required

The buyer agent to list creatives for

filter
object

Optional filters to apply

includeAssets
string

Include asset details in the response

includeCampaigns
string

Include campaign assignments in the response

limit
string

Maximum number of creatives to return

offset
string

Number of creatives to skip (for pagination)

Response

Successful response

data
object
message
string
success
boolean