Get list of contacts related to receivables

GET /api-v1/receivable/contact

Headers

Responses

GET /api-v1/receivable/contact
curl \
 -X GET http://10.10.10.132/api-v1/receivable/contact \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "email": "string",
    "id": 42,
    "name": "string"
  }
]