API DOCUMENTATION
getMatchingTrackings (pOST)
Returns all the matching trackings
Request examples
CURL:
curl --location 'https://movin.cloud/api/real-estate/get-matching-trackings' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer SECRETOKEN'
Response Example
{
    "data": [
        {
            "id_tracking": “MGjfdk33934$”,
            "name": "Seguimiento 1"
        },
        {
            "id_tracking": “MGj234%k934$”,
            "name": "Seguimiento 2"
        },
        {
            "id_tracking": “MGjfdk&4934$”,
            "name": "Seguimiento 3"
        },
        …
    ]
}
