---
title: "Get Carrier Credential Set"
method: GET
path: "/commerce/shipping/admin/carriers/credential-sets/{carrierId}/{code}"
tags: ["CarrierCredentialSet"]
---

# Get Carrier Credential Set

`GET /commerce/shipping/admin/carriers/credential-sets/{carrierId}/{code}`

Returns a credential set based on a specific Carrier ID and Code

## Path parameters

- `carrierId` string, required
- `code` string, required

## Query parameters

- `responseFields` string

## Response `200`

Success

- CarrierCredentialSet — Stores a set of <see cref="T:Mozu.ShippingAdmin.Contracts.Carriers.CarrierCredentialSetValue">carrier credential key-value pairs</see>. Sets are stored at the tenant level and referenced by a Mozu.ShippingAdmin.Contracts.Carriers.CarrierCredential.
  - `auditInfo` AdminUserAuditInfo
    - `createBy` string, nullable
    - `createDate` string, date-time, nullable
    - `updateBy` string, nullable
    - `updateDate` string, date-time, nullable
  - `carrierId` string, nullable — The Carrier ID associated with this credential set. Usually the short name of a carrier (e.g., "FedEx").
  - `code` string, nullable — A unique code identifying this credential set. The code is only guaranteed to be unique at the tenant and carrier level.
  - `integrationId` string, nullable — Specifies the ID returned from an integration.
  - `name` string, nullable — A name (i.e., nickname) for this credential set.
  - `values` CarrierCredentialSetValue[], nullable — A collection of values contained in this credential set.
    - `key` string, nullable
    - `value` string, nullable

---

[API](https://skmtc.net/kibocommerce/apis/customer.md) · [All operations](https://skmtc.net/kibocommerce/apis/customer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kibocommerce/customer/versions/47c0cf7b75ab/schema)
