GET

/api/contracts/estimate/:property_id

This endpoint allows you to retrieve details for contracts estimate/(specific property_id).

Request Parameters

Parameter Location Required
property_id path Yes

Example Request

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