---
title: "Get Carrier Credential Sets"
method: GET
path: "/commerce/shipping/admin/carriers/credential-sets"
tags: ["CarrierCredentialSet"]
---

# Get Carrier Credential Sets

`GET /commerce/shipping/admin/carriers/credential-sets`

Returns a collection of all carrier credential sets

## Query parameters

- `startIndex` integer
- `pageSize` integer
- `sortBy` string
- `filter` string
- `responseFields` string

## Response `200`

Success

- CarrierCredentialSetCollection — A collection of <see cref="T:Mozu.ShippingAdmin.Contracts.Carriers.CarrierCredentialSet">carrier credential sets</see>.
  - `items` CarrierCredentialSet[], nullable
    - `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
  - `pageCount` integer
  - `pageSize` integer
  - `startIndex` integer
  - `totalCount` integer

---

[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)
