Get A List Of Supplier Contacts

Log in to see full request history

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": "test@finexio.com", "phone": "000111110", "primary": true }, { "payment_notification": true, "id": null, "external_reference_id": "", "name": "Dev contact 2", "email": "test@finexio.com", "phone": "", "primary": false } ]
Path Params
string
required

uuid of supplier

Response

Language
Credentials
:
Click Try It! to start a request and see the response here! Or choose an example:
application/json