# Imports

Import and match properties and people

 - [POST /v1/lists/{ListID}/import/items](https://developers.propertyradar.com/api/imports/post/lists/listid/import/items.md): Import records into a given list and match them. The request body is a JSON array of items to be imported for matching. First you'll need to use [Create a List](#operation/POST/lists) to create a list
 - [GET /v1/lists/{ListID}/import/items](https://developers.propertyradar.com/api/imports/get/lists/listid/import/items.md): List the imported items with match info.
 - [PATCH /v1/lists/{ListID}/import/items/{ListImportItemID}](https://developers.propertyradar.com/api/imports/patch/lists/listid/import/items/listimportitemid.md): Update an import match
 - [DELETE /v1/lists/{ListID}/import/items/{ListImportItemID}](https://developers.propertyradar.com/api/imports/delete/lists/listid/import/items/listimportitemid.md): Delete an import match and revert actions such as setting primary contact.
