---
title: "Retrieve Shipment Collaborators"
method: GET
path: "/public/v3/Collaborators/shipments/{publicShipmentId}"
tags: ["Collaborators"]
---

# Retrieve Shipment Collaborators

`GET /public/v3/Collaborators/shipments/{publicShipmentId}`

View all collaborators and their access level for the specified shipment.

## Path parameters

- `publicShipmentId` string, required

## Headers

- `x-tive-account-id` integer, required

## Response `200`

The requested shipment collaborators

- ShipmentCollaboratorResponse[]
  - `userId` string, nullable
  - `name` string, nullable
  - `email` string, nullable
  - `publicShipmentId` string, nullable
  - `roleName` string, nullable
  - `collaboratorSource` string, nullable

## Other responses

- `400` — The requested shipment collaborators are not available
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/tive/apis/tive-public-api.md) · [All operations](https://skmtc.net/tive/apis/tive-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tive/tive-public-api/revisions/9a8d869e3cdc/schema)
