Returns a list of contacts associated with receivables.
GET
/api-v1/receivable/contact
curl \
--request GET 'https://wyzio.app/api-v1/receivable/contact'
Response examples (200)
[
{
"id": 42,
"name": "string",
"email": "string"
}
]