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 - Listing Index

cURL example:

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

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

XML payload:

<?xml version="1.0"?>
<advertiserListingContentIndex>
<documentVersion>4.2.1</documentVersion>
<advertiser>
<assignedId>ora7ccdcde3fx</assignedId>
<listingContentIndexEntry>
<listingExternalId>orp5b2abax</listingExternalId>
<active>true</active>
<lastUpdatedDate>2022-08-09T13:50:51Z</lastUpdatedDate>
<listingUrl>https://faststage.ownerrez.com/haapi/haxml/ora7ccdcde3fx/listing/orp5b2abax</listingUrl>
</listingContentIndexEntry>
</advertiser>
</advertiserListingContentIndex>