GET

/api/properties/:id/rent

This endpoint allows you to retrieve details for properties (specific id)/rent.

Request Parameters

Parameter Location Required
id path Yes

Example Request

cURL
curl -X GET https://api.basebrick.com/api/properties/123/rent \
  -H "Authorization: Bearer YOUR_TOKEN"