v1
latestOpenAPI 3.0.32026-07-2632131.4 MBProperty Photos
Add new photos to property
Upload new property photos using URLs. Ensure the repositories are accessible to Guesty.
post/properties-api/property-photos/property-photos/{propertyId}
Path parameters
propertyIdstring required
Guesty property ID.
Request body
Example request
[
{
"url": "https://example.com/image.jpg",
"caption": "Patio"
}
]Response
Returns a list of all the property's photos.