---
title: "GET /api/integrations/amfori/suppliers/{companyId}"
method: GET
path: "/api/integrations/amfori/suppliers/{companyId}"
tags: ["Integrations - Amfori"]
---

# GET /api/integrations/amfori/suppliers/{companyId}

`GET /api/integrations/amfori/suppliers/{companyId}`

Get the supplier-side Amfori link (business-partner id, site id, last-synced timestamp) for a supplier company. Gated by the caller brand-supplier relationship. An all-null triple for an authorized caller is a valid 200 with `linked: false`.

## Path parameters

- `companyId` string, required

## Response `200`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` object, required
    - `companyId` string, required
    - `businessPartnerId` string, nullable, required
    - `siteId` string, nullable, required
    - `lastSyncedAt` string, nullable, required
    - `linked` boolean, required
    - `provenance` 'SYNC' | 'MANUAL', required
    - `siteIdUpdatedByName` string, nullable, required
    - `siteIdUpdatedAt` string, nullable, required

## Other responses

- `401` — Default Response
- `403` — Default Response

## Changes

> 22 revisions in range; 1 not diffed.

- **2026-08-31** `97e51f27dc77` — 5 breaking, 5 info
  - the response property `data/businessPartnerId` became nullable for the status `200`
  - the response property `data/lastSyncedAt` became nullable for the status `200`
  - the response property `data/siteId` became nullable for the status `200`
  - the response property `data/siteIdUpdatedAt` became nullable for the status `200`
  - …6 more

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/integrations/amfori/suppliers/:companyId/get.md)

---

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