How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

VaultRE Properties API

Operations related to properties

VaultRE Properties API is one of 50 APIs that VaultRE publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Properties. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, API documentation, a getting-started guide, authentication docs, and code examples.

This API exposes 131 operations across 88 paths, and defines 202 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against 4 base URLs: https://aggregator.api.vaultre.com.au/api/v1.0, https://ap-southeast-2.api.vaultre.com.au/api/v1.1, https://ap-southeast-2.api.vaultre.com.au/api/v1.2, https://ap-southeast-2.api.vaultre.com.au/api/v1.3.

131 operations 88 paths 202 schemas 14 DELETE68 GET24 POST25 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Base URL
https://ap-southeast-2.api.vaultre.com.au/api/v1.3
Authentication
API Key, HTTP Bearer, API Key
Contact
Resource Areas
1

Authentication & Security 3

VaultRE Properties API declares 3 security schemes for authenticating requests. An API key is passed in the header as X-Api-Key (ApiKey). It accepts HTTP bearer tokens (Bearer). An API key is passed in the header as X-Api-Key (Api-Key).

  • ApiKey — This value is provided to you by VaultRE and identifies you as a CRM
  • Bearer — This value is a JWT token signed with the HS512 algorithm using your X-Api-Key value as the secret.

Paths & Operations 131

Across 88 paths, the API surfaces 131 operations — 14 DELETE, 68 GET, 24 POST, 25 PUT. Each is listed below with its method, path, parameters, and response codes.

properties 131

Operations related to properties

POST
/appraisal
Add/Update an appraisal
addUpdateAppraisal body → 202400
POST
/listing
Add/Update a listing
addUpdateListing body → 202400
POST
/unconditional
Add/Update an unconditional sale
addUpdateUnconditional body → 202400
POST
/settlement
Add/Update a settlement
addUpdateSettlement body → 202400
POST
/withdrawn
Add/Update a withdrawn listing
addUpdateWithdrawn body → 202400
GET
/properties
Retrieve a list of properties
getProperties 6 params → 200
GET
/properties/{id}
Retrieve a single property
getProperty 1 param → 200
DELETE
/properties/{id}
Delete a property
deleteProperty 1 param → 204400
GET
/properties/{id}/notes
Retrieve a list of notes attached to this property
getPropertyNotes 6 params → 200
POST
/properties/{id}/notes
Add a note to this property
addPropertyNote body → 201400
GET
/properties/{propertyid}/notes/{id}
Retrieve a single property note
getPropertyNote 2 params → 200
PUT
/properties/{propertyid}/notes/{id}
Update a property note
updatePropertyNote 2 params body → 200400403
DELETE
/properties/{propertyid}/notes/{id}
Delete a property note
deletePropertyNote 2 params → 204400403
GET
/properties/{id}/photos
Retrieve a list of photos for this property
getPropertyPhotos 3 params → 200
POST
/properties/{id}/photos
Upload a new photo to this property
addPropertyPhoto 1 param body → 201400
DELETE
/properties/{id}/photos
Delete multiple photos from this property
deletePropertyPhotos 1 param body → 200400403404422
GET
/properties/{propertyid}/photos/{id}
Retrieve a single photo for this property
getPropertyPhoto 2 params → 200
DELETE
/properties/{propertyid}/photos/{id}
Delete a photo attached to this property
deletePropertyPhoto 2 params → 204400
PUT
/properties/{propertyid}/photos/{id}
Update photo metadata
updatePropertyPhoto 2 params body → 200400403404422500
GET
/properties/{propertyid}/photos/{id}/tags
Retrieve a list of tags for this property photo
getPropertyPhotoTags 8 params → 200
GET
/properties/{id}/tags
Retrieve a list of tags for this property
getPropertyTags 7 params → 200
GET
/properties/{id}/categories
Retrieve a list of categories to which this property belongs
getPropertyCategories 5 params → 200
GET
/properties/{id}/activityLog
Retrieve the activity log for a property
getPropertyActivityLog 3 params → 200
POST
/properties/{id}/activityLog
Add a property activity note
addPropertyActivityNote 1 param body → 201
GET
/properties/{id}/files
Retrieve a list of files attached to this property
getPropertyFiles 5 params → 200
GET
/properties/{id}/{salelease}/{lifeid}/files
Retrieve a list of files attached to this property life
getPropertyFilesLife 7 params → 200
POST
/properties/{id}/{salelease}/{lifeid}/files
Attach a file to this property life
addPropertyFileLife 3 params body → 201400
GET
/properties/{propertyid}/{salelease}/{lifeid}/files/{id}
Retrieve a single file attached to this property life
getPropertyFileLife 4 params → 200
DELETE
/properties/{propertyid}/{salelease}/{lifeid}/files/{id}
Delete a single file attached to this property life
deletePropertyFileLife 4 params → 204400
GET
/properties/{id}/{salelease}/{lifeid}/feedback
Retrieve a list of property feedback attached to this life
getPropertyFeedbackLife 9 params → 200
POST
/properties/{id}/{salelease}/{lifeid}/feedback
Attach feedback to this property life
attachFeedbackToPropertyLife 3 params body → 201400
GET
/properties/{propertyid}/{salelease}/{lifeid}/feedback/{id}
Retrieve a property feedback item attached to this life
getSinglePropertyFeedbackLife 4 params → 200
PUT
/properties/{propertyid}/{salelease}/{lifeid}/feedback/{id}
Update a feedback item
updateFeedback 4 params body → 200400
DELETE
/properties/{propertyid}/{salelease}/{lifeid}/feedback/{id}
Delete a property feedback item
deletePropertyFeedback 4 params → 204400
GET
/properties/{id}/{salelease}/{lifeid}/openHomes
Retrieve a list of open homes attached to this life
getPropertyOpenHomes 10 params → 200
POST
/properties/{id}/{salelease}/{lifeid}/openHomes
Create a new open home for this property life
addOpenHome 3 params body → 201400
GET
/properties/{propertyid}/{salelease}/{lifeid}/openHomes/{id}
Retrieve a single open home attached to this life
getPropertyOpenHome 4 params → 200
PUT
/properties/{propertyid}/{salelease}/{lifeid}/openHomes/{id}
Update an open home for this property life
updateOpenHome 4 params body → 200400
DELETE
/properties/{propertyid}/{salelease}/{lifeid}/openHomes/{id}
Delete an open home
deleteOpenHome 4 params → 204400
GET
/properties/{id}/sale/{lifeid}/owners
Retrieve a list of owners attached to this property life
getPropertyLifeOwners 4 params → 200
PUT
/properties/{id}/sale/{lifeid}/owners
Update owners for this property life
updateOwnersForProperty 2 params body → 200400
POST
/properties/{id}/sale/{lifeid}/owners
Attach an owner to this property life
attachOwnerToProperty 2 params body → 200400
GET
/properties/{id}/lease/{lifeid}/landlords
Retrieve a list of landlords attached to this property life
getPropertyLifeLandlords 4 params → 200
PUT
/properties/{id}/lease/{lifeid}/landlords
Update landlords for this property life
updateLandlordsForProperty 2 params body → 200400
POST
/properties/{id}/lease/{lifeid}/landlords
Attach a landlord to this property life
attachLandlordToProperty 2 params body → 200400
GET
/properties/{id}/sale/{lifeid}/purchasers
Retrieve a list of purchasers attached to this property life
getPropertyLifePurchasers 4 params → 200
PUT
/properties/{id}/sale/{lifeid}/purchasers
Update purchasers for this property life
updatePurchasersForProperty 2 params body → 200400
POST
/properties/{id}/sale/{lifeid}/purchasers
Attach a purchaser to this property life
attachPurchaserToProperty 2 params body → 200400
GET
/properties/{id}/lease/{lifeid}/tenancy/{tenancyid}/tenants
Retrieve a list of tenants attached to this tenancy
getPropertyLifeTenancyTenants 5 params → 200
PUT
/properties/{id}/lease/{lifeid}/tenancy/{tenancyid}/tenants
Update tenants for this tenancy
updateTenantsForProperty 3 params body → 200400
POST
/properties/{id}/lease/{lifeid}/tenancy/{tenancyid}/tenants
Attach a tenant to this tenancy
attachTenantToTenancy 3 params body → 200400
GET
/properties/{id}/features
Retrieve features for this property
getPropertyFeatures 1 param → 200
PUT
/properties/{id}/features
Update features for this property
updatePropertyFeatures 1 param body → 200400
GET
/properties/{class}/{salelease}/{id}/custom
Retrieve a list of custom fields for a given property
getPropertyCustomFields 5 params → 200
PUT
/properties/{class}/{salelease}/{id}/custom
Update the custom fields for this property
updatePropertyCustomFields 3 params body → 200400
GET
/properties/{class}/{salelease}/upcomingOpenHomes
Retrieve a list of upcoming open homes
getUpcomingOpenHomes 5 params → 200
GET
/properties/{salelease}
Retrieve a list of sale or lease properties
getPropertiesLife 29 params → 200
POST
/properties/{id}/photos/upload
Upload a new photo to this property
addPropertyPhotoUpload 1 param body → 201400
GET
/properties/{id}/{salelease}/{lifeid}/matchingContacts
Retrieve a list of contacts with requirements matching this property
getPropertyMatchingContacts 7 params → 200
POST
/properties/{id}/{salelease}/{lifeid}/files/upload
Attach a file to this property life
addPropertyFileLifeUpload 3 params body → 201400
GET
/properties/{id}/{salelease}/{lifeid}/feedback/summary
Retrieve a summary of property feedback feedback attached to this life
getPropertyFeedbackLifeSummary 11 params → 200
DELETE
/properties/{propertyid}/lease/{lifeid}/landlords/{id}
Remove a landlord from this property life
deleteLandlordForProperty 3 params → 204400
DELETE
/properties/{propertyid}/lease/{lifeid}/tenancy/{tenancyid}/tenants/{id}
Remove a tenant from this property life
deleteTenantForProperty 4 params → 204400
DELETE
/properties/{propertyid}/sale/{lifeid}/owners/{id}
Remove an owner from this property life
deleteOwnerForProperty 3 params → 204400
DELETE
/properties/{propertyid}/sale/{lifeid}/purchasers/{id}
Remove a purchaser from this property life
deletePurchaserForProperty 3 params → 204400
GET
/properties/{id}/sale/{lifeid}/offerConditions
Retrieve a list of offer conditions for this property life
getPropertyLifeOfferConditions 7 params → 200
GET
/properties/{propertyid}/sale/{lifeid}/offerConditions/{id}
Retrieve an offer condition for this property life
getPropertyLifeOfferCondition 3 params → 200
PUT
/properties/{propertyid}/sale/{lifeid}/offerConditions/{id}
Update a property's offer condition
updatePropertyOfferCondition 3 params body → 200400
PUT
/properties/{propertyid}/sale/{lifeid}/offerConditions/{id}/complete
Complete a property's offer condition
completePropertyOfferCondition 3 params → 200400
PUT
/properties/{propertyid}/sale/{lifeid}/offerConditions/{id}/uncomplete
Uncomplete a property's offer condition
uncompletePropertyOfferCondition 3 params → 200400
GET
/properties/lookup/{propertyReference}
Look up property information based on property reference
lookupPropertyByPortalReference 1 param → 200
PUT
/properties/{id}/sale/statusChange/listing
Convert a prospect or appraisal sale property to listing status
convertToListing 1 param → 200400
PUT
/properties/{id}/lease/statusChange/management
Convert a prospect or appraisal lease property to management status
convertToManagement 1 param → 200400
GET
/properties/{id}/{salelease}/{lifeid}/interest
Retrieve a list of contacts and their interest related this property life
getPropertyLifeInterest 5 params → 200
GET
/properties/{id}/{salelease}/{lifeid}/interest/{contactid}
Retrieve a single contact's interest in this property life
getPropertyLifeInterestItem 4 params → 200
PUT
/properties/{id}/{salelease}/{lifeid}/interest/{contactid}
Update a contact's interest in this property life
updatePropertyLifeInterest 4 params body → 200201400
GET
/properties/{id}/{salelease}/{lifeid}/enquirySources
Retrieve a list of contacts and their source of enquiry related this property life
getPropertyLifeEnquirySources 5 params → 200
GET
/properties/{id}/{salelease}/{lifeid}/enquirySources/{contactid}
Retrieve a single contact's source of enquiry for this property life
getPropertyLifeEnquirySourcesItem 4 params → 200
PUT
/properties/{id}/{salelease}/{lifeid}/enquirySources/{contactid}
Update a contact's source of enquiry for this property life
updatePropertyLifeEnquirySource 4 params body → 200201400
GET
/contacts/currentTenants
Retrieve a list of current tenants across all properties
getCurrentTenants 2 params → 200
GET
/contacts/currentLandlords
Retrieve a list of current landlords across all properties
getCurrentLandlords 2 params → 200
GET
/contacts/currentOwners
Retrieve a list of current owners/vendors across all sale properties
getCurrentOwners 2 params → 200
GET
/contacts/currentPurchasers
Retrieve a list of current purchasers across all sale properties
getCurrentPurchasers 2 params → 200
GET
/properties/{propertyid}/lease/{lifeid}/maintenance
Retrieve a list of maintenance jobs for this property life
getMaintenance 8 params → 200
POST
/properties/{propertyid}/lease/{lifeid}/maintenance
Create a maintenance job
addMaintenance 2 params body → 201400
GET
/properties/{propertyid}/lease/{lifeid}/maintenance/{jobid}
Retrieve a single maintenance job
getMaintenanceJob 3 params → 200
PUT
/properties/{propertyid}/lease/{lifeid}/maintenance/{jobid}
Update a single maintenance job
updateMaintenance 3 params body → 200400
DELETE
/properties/{propertyid}/lease/{lifeid}/maintenance/{jobid}
Delete a maintenance job
deleteMaintenance 3 params → 204400403
POST
/properties/{propertyid}/lease/{lifeid}/maintenance/{jobid}/photos
Add a maintenance job photo
addMaintenancePhoto 3 params body → 201400
GET
/properties/{propertyid}/lease/{lifeid}/maintenance/{jobid}/photos/{id}
Retrieve a single maintenance job photo
getMaintenanceJob 4 params → 200
DELETE
/properties/{propertyid}/lease/{lifeid}/maintenance/{jobid}/photos/{id}
Delete a maintenance job photo
deleteMaintenancePhoto 4 params → 204400403
GET
/properties/{propertyid}/lease/{lifeid}/maintenance/{jobid}/requests
Retrieve a list of requests for a maintenance job
getMaintenanceRequests 8 params → 200
POST
/properties/{propertyid}/lease/{lifeid}/maintenance/{jobid}/requests
Create a maintenance job request
addMaintenanceRequest 3 params body → 201400
PUT
/properties/{propertyid}/lease/{lifeid}/maintenance/{jobid}/requests/{id}/initiateWorkOrder
Initiate a maintenance work order
initiateMaintenceWorkOrder 4 params body → 200400
PUT
/properties/{propertyid}/lease/{lifeid}/maintenance/{jobid}/requests/{id}/complete
Complete a maintenance work order
completeMaintenceWorkOrder 4 params → 200400
GET
/properties/{propertyid}/lease/{lifeid}/maintenance/{jobid}/notes
Retrieve a list of notes for a maintenance job
getMaintenanceNotes 7 params → 200
GET
/properties/{propertyid}/lease/{lifeid}/tenancy/{id}/inspections
Retrieve a list of inspections for a tenancy
getInspections 8 params → 200
POST
/properties/{propertyid}/lease/{lifeid}/tenancy/{id}/inspections
Create an inspection
addInspection 3 params body → 201400
GET
/properties/{propertyid}/lease/{lifeid}/tenancy/{tenancyid}/inspections/{id}
Retrieve a single inspection for a tenancy
getInspection 4 params → 200
PUT
/properties/{propertyid}/lease/{lifeid}/tenancy/{tenancyid}/inspections/{id}
Update an inspection
updateInspection 4 params body → 200400
DELETE
/properties/{propertyid}/lease/{lifeid}/tenancy/{tenancyid}/inspections/{id}
Delete an inspection
deleteInspection 4 params → 204400
PUT
/property/flush
Trigger a property to be re-sent to certain portal sites
flushProperty body → 200400
GET
/properties/{propertyid}/saleHistory
Retrieve the full sale history for a property
getPropertySaleHistory 3 params → 200
POST
/properties/{propertyid}/{salelease}/{lifeid}/scheduledViewing
Add a Scheduled Viewing
addScheduledViewing 3 params body → 201400
GET
/properties/{propertyid}/{salelease}/{lifeid}/scheduledViewing
Retrieve a list of scheduled viewings for this life
getPropertyLifeScheduledViewings 11 params → 200
GET
/properties/categories
Retrieve a list of property category mappings across all properties
getCategoriesPropertyBulk 6 params → 200
GET
/properties/sale
Retrieve a list of sale properties
getPropertiesLifeSale 34 params → 200
GET
/properties/sale/fallenSaleWithdrawn
Retrieve a list of fallen or withdrawn property sales
getFallenWithdrawnSales 6 params → 200
GET
/properties/lease
Retrieve a list of lease properties
getPropertiesLifeLease 34 params → 200
PUT
/properties/{id}/photos/order
Reorder property photos
updatePropertyPhotoOrder 1 param body → 200400403404422
GET
/properties/{propertyid}/sale/{lifeid}/trustledger/transactions
Retrieve a list of trust ledger transactions for this property sale life
getPropertyLifeTrustLedgerTransactions 4 params → 200400403
GET
/properties/{propertyid}/keys
Retrieve a list of keys for this property
getPropertyKeys 5 params → 200
POST
/properties/{propertyid}/keys
Add a new key to this property
addPropertyKey 1 param body → 201400
GET
/properties/{propertyid}/keys/{id}
Retrieve a key from this property
getPropertyKey 2 params → 200
PUT
/properties/{propertyid}/keys/{id}
Update a property key
updatePropertyKey 2 params body → 200400
GET
/properties/{id}/{salelease}/{lifeid}/portals
Retrieve a list of portal sites to which this listing is published
getPropertyLifePortals 5 params → 200
GET
/properties/{id}/{salelease}/{lifeid}/portalIds
Retrieve a list of property portal IDs
getPropertyLifePortalIds 5 params → 200
GET
/properties/{propertyid}/alarmDetails
Retrieve a list of alarm details for a property
getPropertyAlarmDetails 2 params → 200
GET
/properties/{propertyid}/{salelease}/alarmDetails
Retrieve a list of alarm details for a property life
getPropertyLifeAlarmDetails 2 params → 200
GET
/properties/{id}/{salelease}/{lifeid}/rooms
Retrieve a list of rooms defined for this property life
getPropertyLifeRooms 5 params → 200
GET
/properties/{id}/sale/{lifeid}/solicitors
Retrieve purchaser and vendor solicitors defined for this property life
getPropertySolicitors 2 params → 200
GET
/properties/externalRefs/lookup
Retrieve properties from an external reference
getPropertiesFromExternalReference 1 param → 200
GET
/properties/{propertyid}/listingConfigurations
Retrieve a list of listing configurations for the given property
getPropertyListingConfigurations 1 param → 200
GET
/properties/{propertyid}/strataProperties
Retrieve a list of strata properties for the given property
getPropertyStrataProperties 1 param → 200
GET
/properties/{propertyid}/projectProperties
Retrieve a list of project properties for the given property
getPropertyProjectProperties 1 param → 200
GET
/properties/{propertyid}/{salelease}/{lifeid}/qrcode
Retrieve a check-in QR code for the given property life
getPropertyLifeQrCode 3 params → 200
GET
/properties/{propertyid}/{salelease}/{lifeid}/hazards
Retrieve a list of hazards for a given property life
getPropertyLifeHazards 3 params → 200
GET
/properties/{propertyid}/{salelease}/{lifeid}/externalFeedback/{id}
Retrieve a single external feedback for a given property life
getPropertyLifeExternalFeedbackById 4 params → 200
PUT
/properties/{propertyid}/{salelease}/{lifeid}/externalFeedback/{id}
Update an external feedback for a given property life
updatePropertyLifeExternalFeedback 4 params body → 200400
GET
/properties/{propertyid}/{salelease}/{lifeid}/externalFeedback
Retrieve a list of external feedback for a given property life
getPropertyLifeExternalFeedback 3 params → 200
POST
/properties/{propertyid}/{salelease}/{lifeid}/externalFeedback
Add an External Feedback
addPropertyLifeExternalFeedback 3 params body → 201400

Schemas 202

The contract defines 202 schemas that model the data the API accepts and returns. The most detailed are SaleHistory_3 (44 properties), Property_3 (37 properties), Property_2 (30 properties), Contact_3 (29 properties). Each schema is shown below with its type and property counts.

Unconditional
object
15 properties
Address
object
7 properties
Appraisal
object
11 properties
Settlement
object
18 properties
Listing
object
17 properties
SuccessOrError
object
2 properties
CommissionSplit
object
4 properties
PropertyStaff
object
1 property
Withdrawn
object
14 properties
ContactNoteTypePurpose
object
2 properties
LeaseHistory
object
2 properties
ID
object
1 property
SaleHistory
object
7 properties
State
object
3 properties
Country
object
4 properties
UpdatePropertyFeedback
object
4 properties
Geolocation
object
3 properties
Area
object
2 properties
OpenHome
object
5 properties
UpdateContactNote
object
4 properties
PropertyNote
object
7 properties
Property
object
25 properties
ContactNoteType
object
5 properties
AddPropertyFeedback
object
4 properties
PropertyNoteTypePurpose
object
2 properties
AddContactNote
object
5 properties
ContactNoteReminder
object
2 properties
User
object
13 properties
ContactNote
object
8 properties
UpdatePropertyNote
object
3 properties
PhoneNumber
object
3 properties
PropertyPhoto
object
13 properties
PropertyFile
object
7 properties
PropertyNoteType
object
4 properties
PropertyClass
object
2 properties
Address_2
object
7 properties
PropertyFeedback
object
5 properties
Suburb
object
4 properties
AddUpdateOpenHome
object
3 properties
Contact
object
22 properties
AddPropertyNote
object
4 properties
Unsubscribe
object
3 properties
PropertyExtended
PropertyType
object
4 properties
UserPhoto
object
2 properties
SuccessOrError_2
object
3 properties
PropertyPhotoThumbnails
object
2 properties
Building
object
2 properties
Access
object
3 properties
AddContactNoteReminder
object
2 properties
UpdateMaintenance
object
4 properties
PropertyFileFolder
object
3 properties
EntityType
object
2 properties
UpdatePropertyLifeInterest
object
1 property
UpdatePropertyOfferCondition
object
4 properties
Tenancy
object
11 properties
PropertyFeedback_2
object
8 properties
ContactExtended
RentFrequency
object
2 properties
FlushProperty
object
4 properties
AddContactNoteWithFeedback
PropertyLifeInterest
object
2 properties
UpdateContactNoteWithFeedback
AddMaintenanceRequest
object
5 properties
InsertScheduledViewing
object
5 properties
SaleHistory_2
object
12 properties
Property_2
object
30 properties
AddPropertyFeedback_2
object
2 properties
AddUpdatePropertyFeedback
object
4 properties
AddContactNote_2
object
6 properties
ContactNote_2
object
10 properties
PropertyFileWithFoldersUpload
object
4 properties
PropertyOfferCondition
object
5 properties
Contact_2
object
25 properties
MarketingUser
object
2 properties
ContactNoteExtended
PropertyType_2
object
3 properties
AddInspection
object
6 properties
PropertyLifeEnquirySource
object
2 properties
SuccessOrError_3
object
3 properties
Maintenance
object
12 properties
ContactInterest
object
2 properties
UpdateContactNote_2
object
5 properties
ContactMinimal
object
6 properties
ContactNoteType_2
object
6 properties
PhoneNumber_2
object
4 properties
AddMaintenance
object
6 properties
PropertyFileWithFolders
Address_3
object
7 properties
UpdateInspection
object
4 properties
UpdatePropertyLifeEnquirySource
object
1 property
PropertyPhotoUpload
object
8 properties
ContactNoteAndContactExtended
object
2 properties
LeaseHistory_2
object
5 properties
UpdatePropertyFeedback_2
object
1 property
FileToBeUploaded
object
2 properties
EnquirySource
object
2 properties
User_2
object
14 properties
PropertyClass_2
object
3 properties
MaintenancePhoto
object
4 properties
Inspection
object
9 properties
MaintenanceRequest
object
8 properties
OfferCondition
object
2 properties
CalendarEvent
object
13 properties
Portal
object
2 properties
AddPropertyActivityNote
object
3 properties
Urls
object
3 properties
OfficeReferral
object
1 property
PropertyAlarmDetails
object
3 properties
CommercialProperty
PropertyRoom
object
7 properties
Tenancy_2
object
12 properties
PropertyFile_2
object
9 properties
PropertyFeedback_3
object
8 properties
ContactExtended_2
Category
object
2 properties
AccountBranch
object
5 properties
AddContactNoteWithFeedback_2
PropertyPhotoBulkDeleteResult
object
4 properties 3 required
AddUpdatePropertyKey
object
7 properties
PropertyPhotoBulkDeleteResponse
object
4 properties 4 required
MaintenanceNote
object
4 properties
UpdateContactNoteWithFeedback_2
CalendarContact
object
2 properties
UpdateExternalFeedback
object
5 properties
PreDistributionDeduction
object
2 properties
SaleHistory_3
object
44 properties
OpenHome_2
object
6 properties
AddUpdateMarketingUser
object
2 properties
Region
object
2 properties
ContactSearchResult
object
9 properties
Property_3
object
37 properties
AddPropertyFeedback_3
object
2 properties
UnsubscribeType
object
2 properties
PropertyListingConfiguration
object
10 properties
AddContactNote_3
object
7 properties
CommissionSplitDeduction
object
2 properties
ContactNote_3
object
10 properties
UpdateContact
object
24 properties
CustomAddress
object
4 properties
PropertyLife
PropertyOfferCondition_2
object
5 properties
RoyalMail
object
13 properties
ResidentialProperty
Contact_3
object
29 properties
ContactNoteExtended_2
PropertyType_3
object
3 properties
AddInspection_2
object
6 properties
OpenHomeWithProperty
TrustLedgerTransaction
object
14 properties
OfficeDeduction
object
2 properties
SuccessOrError_4
object
3 properties
Furnished
object
2 properties
PhotoTag
object
2 properties
UpdateContactNote_3
object
5 properties
CommissionSplit_2
object
12 properties
ContactMinimal_2
object
6 properties
ContactNoteType_3
object
6 properties
AddContact
PhoneNumber_3
object
4 properties
AddUpdateCustomField
object
2 properties
TrustLedgerTransactionType
object
2 properties
PropertyFileWithFolders_2
FullSaleHistory
Address_4
object
9 properties
ServiceChargeFrequency
object
2 properties
Suburb_2
object
6 properties
ContactNoteAndContact
object
2 properties
PropertyPortalId
object
2 properties
HazardsAndRisks
object
2 properties
ExternalLink
object
4 properties
UpdatePropertyFeature
object
2 properties
Access_2
object
4 properties
PropertyPhotoBulkDeleteRequest
object
1 property 1 required
LeaseHistory_3
object
14 properties
PropertyProjectProperty
InsertExternalFeedback
object
7 properties
UpdatePropertyFeedback_3
object
1 property
SharedOwnership
object
3 properties
PropertyStrataProperty
CommissionSplitType
object
2 properties
CustomField
object
4 properties
PropertyPhotoOrderRequest
object
1 property 1 required
SoldType
object
2 properties
PropertyFeature
object
4 properties
CustomFieldGrouping
object
2 properties
PropertyKey
object
10 properties
User_3
object
20 properties
ExternalFeedback
object
15 properties
UpdatePropertyFeatureGrouping
object
2 properties
PortalAccess
object
4 properties
PropertyPhotoOrderResponse
object
3 properties
PropertyClass_3
object
3 properties
District
object
3 properties
AddUpdateOpenHome_2
object
4 properties
UpdateAddress
object
5 properties
PropertyExtended_2
FeesCharges
object
2 properties
TrustLedgerCategory
object
2 properties
Inspection_2
object
9 properties
PropertyFeatureGrouping
object
3 properties
ExternalLinkType
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

vaultre-properties-api-openapi.yml Raw ↑

Other APIs VaultRE publishes across the network.

VaultRE Advertising API
VaultRE Aml API
VaultRE Buildings API
VaultRE Bulk API
VaultRE Business Properties API
VaultRE Calendar API
VaultRE Campaigns API
VaultRE Categories API
VaultRE Clearing Sales Properties API
VaultRE Commercial Properties API
VaultRE Conjunctionals API
VaultRE Contacts API
Where this information came from

This is an independent, third-party profile of VaultRE Properties API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.