GET
/api-v1/contact/filter
curl \
--request GET 'https://wyzio.app/api-v1/contact/filter?phoneExists=true'
Response examples (200)
[
{
"id": 42,
"name": "string",
"email": "string"
}
]
curl \
--request GET 'https://wyzio.app/api-v1/contact/filter?phoneExists=true'
[
{
"id": 42,
"name": "string",
"email": "string"
}
]