API DOCUMENTATION
getCustomerContactMethods (pOST)
Returns all the customer contact methods.
Request examples
CURL:
curl --location 'https://movin.cloud/api/real-estate/get-customer-contact-methods' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer SECRETOKEN'
Response Example
{
    "data": [
      {
        "id_contact_method": “MGjf$d34$”,
        "name": "Teléfono"
      },
      {
        "id_contact_method": “MGjf&G934$”,
        "name": "Correo"
      },      ...
    ]
}
