Experience the difference of "Elite".

Getting Started

Core Concepts

Channel Management

Integrations

Messaging

Overview

Communication History

OwnerRez APIs

Payment Processing

Property Management

Reporting

Websites

Changelog

Example - Contact Index

cURL example:

curl --user ${ownerrez_user}:${ownerrez_key} --location --request GET "${ownerrez_api}/haapi/haxml/contactIndex?id=${ownerrez_account_id}" --silent | xmllint --format -

id is your Account Id example like `ora...`

XML payload:

<?xml version="1.0"?>
<advertiserContactContentIndex>
<documentVersion>4.2.1</documentVersion>
<advertiser>
<assignedId>ora7ccdcde3fx</assignedId>
<contactContentIndexEntry>
<listingExternalId>orp5b2abax</listingExternalId>
<lastUpdatedDate>2022-08-09T13:50:51Z</lastUpdatedDate>
<contactContentUrl>https://faststage.ownerrez.com/haapi/haxml/ora7ccdcde3fx/contact/orp5b2abax</contactContentUrl>
</contactContentIndexEntry>
</advertiser>
</advertiserContactContentIndex>