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
    }
]
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!