GET
/
v2
/
property
/
_autocomplete
/
{search}
curl --request GET \
  --url https://api.f6o.co/v2/property/_autocomplete/{search} \
  --header 'x-api-key: <api-key>'
{
  "apiVersion": "<string>",
  "context": "<string>",
  "data": {
    "kind": "<string>",
    "lang": "<string>",
    "items": [
      "<string>"
    ]
  },
  "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

Response

200
application/json

A successful response.

The response is of type object.