---
title: "List"
method: GET
path: "/shipping_integrations/connections/list/v1"
tags: ["/shipping_integrations"]
---

# List

`GET /shipping_integrations/connections/list/v1`

Lists every provider the caller's organization has credentials for, across all shipping integrations, with public organization data expanded. | () -> (ShippingIntegrationConnectionListRes)

## Response `200`

Successful Response

- ShippingIntegrationConnectionListRes
  - `items` ShippingIntegrationConnection[], required
    - `shipping_integration` 'xcelerator' | 'dispatch_science' | 'ontime360' | 'cxt' | 'atlas' | 'ecourier' | 'courie', required
    - `provider_org_id` string, required — Must be a string starting with `org_`
    - `provider_org` OrgPublicData1 — unresolved $ref
    - `provider_org_name` string, nullable
    - `active` boolean, required
    - `owned_by_user_id` string, required — Must be a string starting with `user_`
    - `created_at_timestamp` string, date-time, required
    - `updated_at_timestamp` string, date-time, required
    - `last_mirrored_at_timestamp` string, date-time, nullable
    - `order_count` integer
  - `total_count` integer, required

## Changes

- **2026-09-21** `9a30893d8db1` — 1 warning
  - added the new `courie` enum value to the `items/items/shipping_integration` response property for the response status `200`

[Change history](https://skmtc.dev/chrt/apis/chrt-fastapi/changes/shipping_integrations/connections/list/v1/get.md)

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/chrt/apis/chrt-fastapi/revisions/1a1e5a995fc9?raw)
