---
title: "Find supplier connection contacts"
method: GET
path: "/public/v2/eudr/customers/suppliers/{supplierId}/connection-contacts"
tags: ["EUDR - Customers - Suppliers"]
---

# Find supplier connection contacts

`GET /public/v2/eudr/customers/suppliers/{supplierId}/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

## Path parameters

- `supplierId` integer, required

## Response `200`

Successfully retrieved connection contacts.

- PublicSupplierConnectionContact[]
  - `id` integer, required — Unique identifier of the connection contact.
  - `email` string, email, nullable — Email address of the connection contact. May be null if not provided.

## Other responses

- `403` — 403 Forbidden - Authentication or authorization failure. This status code is returned when: (1) the request lacks valid authentication credentials (missing or invalid X-Auth-Token header), or (2) the authenticated user does not have the required permission to access this resource.
- `429` — 429 Too Many Requests - API rate limit exceeded. The request has been rejected because the rate limit for this endpoint has been exceeded. Default rate limits: GET requests - 100 per 10 seconds, 500 per minute; POST/PUT/PATCH/DELETE requests - 20 per 10 seconds, 100 per minute. For increased access, please contact customer success.
- `500` — 500 Internal Server Error - An unexpected error occurred on the server. The request may or may not have been processed.

---

[API](https://skmtc.net/prewave/apis/public-prewave-api.md) · [All operations](https://skmtc.net/prewave/apis/public-prewave-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prewave/public-prewave-api/revisions/466169815b78/schema)
