---
title: "Pobierz odpowiedzialnego producenta według ID"
method: GET
path: "/responsibleproducers/{id}"
tags: ["Odpowiedzialni producenci"]
---

# Pobierz odpowiedzialnego producenta według ID

`GET /responsibleproducers/{id}`

Zwraca szczegółowe informacje o odpowiedzialnym producencie.

## Path parameters

- `id` integer, required

## Response `200`

Sukces. Zwrócony odpowiedzialny producent.

- ResponsibleProducer
  - `city` string
  - `country_code` string
  - `email` string
  - `form_url` string
  - `id` integer
  - `manufacturer_id` integer
  - `name` string
  - `phone_number` string
  - `postal_code` string
  - `street` string
  - `trade_name` string

## Other responses

- `404` — Odpowiedzialny producent o podanym ID nie został odnaleziony.

---

[API](https://skmtc.dev/sellasist/apis/sellasist-api.md) · [All operations](https://skmtc.dev/sellasist/apis/sellasist-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sellasist/sellasist-api/revisions/821a1ff699fb/schema)
