POST
/
v2
/
protected
/
experimental
/
estimate
curl --request POST \
  --url https://api.fluximmo.io/v2/protected/experimental/estimate \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>'
{
  "error": {
    "message": "<string>",
    "code": 123
  }
}

Authorizations

x-api-key
string
headerrequired

Body

application/json
property
object
required

Properties to estimate

Response

400 - application/json
error
object
required

Error object

Was this page helpful?