API DOCUMENTATION
getBookingSources (pOST)
Returns all the booking sources.
Request examples
CURL:
curl --location 'https://movin.cloud/api/real-estate/get-booking-sources' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer SECRETOKEN'
Response Example
{
    "data": [
        {
            "id_source": “MGj&gT224”,
            "name": "Otras agencias"
        },
        …
    ]
}
