Skip to main content
GET
/
advertisers
/
{advertiserId}
/
property-lists
/
{listId}
Get property list
curl --request GET \
  --url https://api.agentic.scope3.com/api/v2/buyer/advertisers/{advertiserId}/property-lists/{listId} \
  --header 'Authorization: Bearer <token>'
{
  "propertyList": {
    "listId": "42",
    "name": "Q1 Campaign - UK Premium",
    "purpose": "include",
    "domains": [
      "<string>"
    ],
    "unresolvedDomains": [
      "<string>"
    ],
    "propertyCount": 25,
    "createdAt": "2026-01-15T10:30:00.000Z",
    "updatedAt": "2026-01-20T14:45:00.000Z",
    "filters": {
      "channels_any": [
        "display",
        "olv"
      ],
      "countries_all": [
        "US",
        "GB"
      ],
      "property_types": [
        "website"
      ],
      "feature_requirements": [
        {
          "feature_id": "<string>",
          "min_value": 123,
          "max_value": 123,
          "allowed_values": [
            "<unknown>"
          ],
          "if_not_covered": "exclude"
        }
      ]
    }
  }
}

Authorizations

Authorization
string
header
required

API key or access token

Path Parameters

advertiserId
string
required

Unique identifier for the advertiser

Minimum string length: 1
Example:

"12345"

listId
string
required

Response

Get property list

Response containing a single property list

propertyList
object
required

Property list resource representation