POST
/
format-list
List Creative Formats
curl --request POST \
  --url https://api.agentic.scope3.com/rest/v1/format-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
acceptsThirdPartyTags
boolean

Filter formats that accept ad server tags

assemblyCapable
boolean

Filter formats that can assemble from assets

Search in format names and descriptions

type
string

Filter by format provider type

Response

Successful response

data
object
message
string
success
boolean