> ## Documentation Index
> Fetch the complete documentation index at: https://docs.interchange.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Property list tasks

> Per-operation reference for the buyer property list API

Each page below documents a single property list operation — request, parameters, response shape, and errors. A property list is an advertiser-scoped collection of typed identifiers (websites, mobile apps, CTV apps) with a `purpose` of `include` or `exclude`, used to shape where a brand's media runs. For the conceptual model — identifier types, resolution buckets, and cascade behavior — see the [Property Lists guide](/v2/guides/property-lists).

## Manage

<CardGroup cols={2}>
  <Card title="List property lists" href="/v2/buyer/property-lists/tasks/list-property-lists" icon="list">
    `GET /advertisers/:advertiserId/property-lists` — compact summaries, filter by purpose
  </Card>

  <Card title="Create property list" href="/v2/buyer/property-lists/tasks/create-property-list" icon="plus">
    `POST /advertisers/:advertiserId/property-lists` — create an include or exclude list
  </Card>

  <Card title="Get property list" href="/v2/buyer/property-lists/tasks/get-property-list" icon="magnifying-glass">
    `GET /advertisers/:advertiserId/property-lists/:listId` — full resolved resource
  </Card>

  <Card title="Update property list" href="/v2/buyer/property-lists/tasks/update-property-list" icon="pen">
    `PUT /advertisers/:advertiserId/property-lists/:listId` — replace identifiers and/or name
  </Card>

  <Card title="Delete property list" href="/v2/buyer/property-lists/tasks/delete-property-list" icon="trash">
    `DELETE /advertisers/:advertiserId/property-lists/:listId` — archive the list
  </Card>
</CardGroup>

## Check

<CardGroup cols={2}>
  <Card title="Check property list" href="/v2/buyer/property-lists/tasks/check-property-list" icon="circle-check">
    `POST /property-lists/check` — validate a candidate identifier set without creating a list
  </Card>

  <Card title="Get check report" href="/v2/buyer/property-lists/tasks/get-check-report" icon="file-lines">
    `GET /property-lists/reports/:reportId` — retrieve a stored check report
  </Card>
</CardGroup>
