EUDR - Customers - Suppliers

Find supplier connection contacts

Retrieve connection contacts for a supplier, including contacts added by your organization and contacts added by connected customers.

Connection contacts are contact persons associated with suppliers that can be used for communication and relationship management. This endpoint returns all available contacts for the specified supplier, regardless of which organization added them.

Use Cases:

  • Retrieve contact information for supplier communication
  • View contacts added by other connected customers
  • Manage supplier relationship contacts

Required permissions: access_public_products, access_public_conn_contacts, and READ on the target

get/public/v2/eudr/customers/suppliers/{supplierId}/connection-contacts

Path parameters

supplierIdinteger required

Supplier target ID for which connection contacts are to be retrieved.

Response

Successfully retrieved connection contacts.

idinteger required

Unique identifier of the connection contact.

emailstring email nullable

Email address of the connection contact. May be null if not provided.

Example response

[
  {
    "id": 42,
    "email": "contact@example.com"
  }
]