GET
/
v2
/
property
/
{id}
/
_estimate
curl --request GET \
  --url https://api.f6o.co/v2/property/{id}/_estimate \
  --header 'x-api-key: <api-key>'
{
  "apiVersion": "<string>",
  "context": "<string>",
  "kind": "<string>",
  "data": {
    "confidence": "UNKNOWN",
    "lowerPricing": 123,
    "upperPricing": 123,
    "estimatedPricing": 123
  },
  "internalDelay": 123
}

Authorizations

x-api-key
string
header
required

API Key used to be authentified to these APIs. Please contact Fluximmo to get one

Path Parameters

id
string
required

Response

200
application/json
A successful response.
apiVersion
string
context
string
kind
string
data
object
internalDelay
integer

Was this page helpful?