cURL
curl --request PUT \ --url https://api.agentic.scope3.com/api/v2/buyer/advertisers/{advertiserId}/property-lists/{listId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "domains": [ "<string>" ] } '
{ "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" } ] } } }
Update a property list name and/or replace domains entirely.
API key or access token
Unique identifier for the advertiser
1
"12345"
Request body for updating a property list
Updated name for the property list
1 - 255
Updated domain list (replaces existing domains entirely)
1 - 10000
Update property list
Response containing a single property list
Property list resource representation
Show child attributes