---
title: "GET /api/integrations/amfori/credentials/"
method: GET
path: "/api/integrations/amfori/credentials/"
tags: ["Integrations - Amfori"]
---

# GET /api/integrations/amfori/credentials/

`GET /api/integrations/amfori/credentials/`

Get the stored Amfori credentials for the current company. Returns 404 when nothing has been persisted yet.

## Response `200`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` object, required
    - `companyId` string, required
    - `clientId` string, nullable, required
    - `clientSecretSet` boolean, required
    - `memberAmforiId` string, nullable, required
    - `verifiedAt` string, nullable, required
    - `lastSyncedAt` string, nullable, required
    - `revokedAt` string, nullable, required

## Other responses

- `401` — Default Response
- `404` — Default Response

## Changes

> 22 revisions in range; 1 not diffed.

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

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/integrations/amfori/credentials/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)
