API DOCUMENTATION
getPropertyOrigins (pOST)
Returns all the property origins
Request examples
CURL:
curl --location 'https://movin.cloud/api/real-estate/get-property-origins' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer SECRETOKEN'
Response Example
{
"data": [
{
"id_origin": “MGjfdk934$”,
"name": "No lo sé !"
},
{
"id_origin": “MwGjfdk934$”,
"name": "Cross-Selling"
},
{
"id_origin": “MG3jfdk934$”,
"name": "Redes sociales"
},
{
"id_origin": “M4Gjfdk934$”,
"name": "Prensa"
},
…
]
}