Properties
Create Property
Create a property on your account
POST https://api.zenstrin.com/properties
Request Body
name*
string
The name of the property
description
string
The description of the property
id
string
The ID of the property. The id parameter represents the unique identifier of a document in the database. Must be a non-empty string. Must not contain any of the following characters: '/', '.', '*', '[', ']', '(', ')'. Must be less than or equal to 1,500 bytes when UTF-8 encoded.
List Properties
List all properties on your account
GET https://api.zenstrin.com/properties
Fetch Property
Get the details of a property on your account
GET https://api.zenstrin.com/properties/:propertyId
Path Parameters
propertyId*
String
The ID of the property
Update Property
Update a property on your account
PATCH https://api.zenstrin.com/properties/:propertyId
Path Parameters
propertyId*
String
The ID of the property
Request Body
name
String
The name of the property
description
String
The description of the property
amenities
Array
An array of amenities provided in the property. Each amenity is a string
Last updated