API DOCUMENTATION
getMatchingZonifications (pOST)
Returns all the matching zonifications.
Request examples
CURL:
curl --location 'https://movin.cloud/api/real-estate/get-matching-zonifications' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer SECRETOKEN'
Response Example
{
"data": [
{
"id_zonification": “MGjf$d34$”,
"name": "Parc del Garraf"
},
{
"id_zonification": “MGjf&G934$”,
"name": "Barcelona Centre"
}, ...
]
}