getMatching (POST)

Returns the matching information given an id. 

Body params:

  • id_matching (string, required): The matching id.

CURL:

curl --location 'https://movin.cloud/api/real-estate/get-matching' \

--header 'Accept: application/json' \

--header 'Authorization: Bearer SECRETOKEN'

REQUEST EXAMPLE:

{

    "id_matching": "huriw(r3@"                

}