get https://api.finexio-stage.com/v2/counterparties/suppliers//contacts
Get A List Of Supplier Contacts
Supplier's Contacts can be retrieved using the Supplier Contacts endpoint with a GET operation, using supplier's id: /counterparties/suppliers/{id}/contacts
Example Response
[
{
"payment_notification": false,
"id": null,
"external_reference_id": null,
"name": "Dev Contact",
"email": "[email protected]",
"phone": "000111110",
"primary": true
},
{
"payment_notification": true,
"id": null,
"external_reference_id": "",
"name": "Dev contact 2",
"email": "[email protected]",
"phone": "",
"primary": false
}
]