API DOCUMENTATION
getMatchingDistricts (pOST)
Returns all the matching districts.
Request examples
CURL:
curl --location 'https://movin.cloud/api/real-estate/get-matching-districts' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer SECRETOKEN'
Response Example
{
"data": [
{
"id_district": “MGjf$d34$”,
"name": "Distrito 1"
},
{
"id_district": “MGjf&G934$”,
"name": "Distrito 2"
}, ...
]
}