API DOCUMENTATION
getCustomerStatuses (pOST)
Returns all the customer statuses.
Request examples
CURL:
curl --location 'https://movin.cloud/api/real-estate/get-customer-statuses' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer SECRETOKEN'
Response Example
{
"data": [
{
"id_status": “MGjf$d34$”,
"name": "Status 1"
},
{
"id_status": “MGjf&G934$”,
"name": "Status 2"
},
]
}