GET /api/v2/buyer/advertisers/{advertiserId}/property-lists
Returns property lists for an advertiser as compact summaries. Filter by purpose to separate include lists from exclude lists. Fetch a single list with Get property list for full content (identifiers, filters).
Request
Parameters
| Field | Type | Required | Notes |
|---|---|---|---|
advertiserId | string | Yes | Path. Owning advertiser |
purpose | enum | No | Query. Filter to include or exclude |
take | integer | No | Query. Page size, max 250 (default 50) |
skip | integer | No | Query. Offset for pagination (default 0) |
Response
identifiers and filters. total is the count matching the query, ignoring pagination.
Errors
400 VALIDATION_ERROR— invalidpurpose, ortakeabove 250.404 NOT_FOUND—advertiserIddoes not exist or is not visible to the authenticated customer.
Related
Property list tasks
All property list operations
Property Lists guide
Identifier types, resolution, and concepts
Get property list
Full resolved resource for one list
Create property list
Create an include or exclude list