Skip to main content
POST
https://app.leafpress.io
/
property
/
all_ids
Get All Properties
curl --request POST \
  --url https://app.leafpress.io/property/all_ids \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>"
}
'
Get all properties that your user email owns or shares.

Request Params

None

Request Body

email
string
required
Email address of the user to query properties for

Response

The response is an object where each key is a property ID, containing the following fields:
[propertyId]
object
name
string
Name of the property
owner
string
Email address of the property owner
parent
string
Parent property ID if applicable, empty string if none
users
array
Array of users who have access to the property