GET

/api/properties/:id/costs

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

Request Parameters

Parameter Location Required
id path Yes

Example Request

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