---
title: "Get Shipment Share Links"
method: GET
path: "/public/v3/Shipments/{shipmentId}/share-links"
tags: ["Shipments"]
---

# Get Shipment Share Links

`GET /public/v3/Shipments/{shipmentId}/share-links`

Retrieves existing shareable links for a shipment.

When `accessLevel` is provided, returns only the link for that access level (0 or 1 results).
When omitted, returns all links for the shipment across all access levels.

`accessLevel` values:
  - `LocationOnly` — viewers can see shipment location only
  - `ConditionOnly` — viewers can see sensor/condition data only
  - `LocationAndCondition` — viewers can see both location and sensor data

## Path parameters

- `shipmentId` string, required

## Query parameters

- `accessLevel` 'LocationOnly' | 'ConditionOnly' | 'LocationAndCondition' — The access level of the shared link. Valid values are `LocationOnly`, `ConditionOnly`, `LocationAndCondition`.

## Headers

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

## Response `200`

A list of shipment share link settings. Each entry includes the enabled state, access level, and shareable link.

- ShipmentShareResponse[]
  - `enabled` boolean — Whether this share link is enabled. Each access level has its own share link with an independent enabled state.
  - `accessLevel` 'LocationOnly' | 'ConditionOnly' | 'LocationAndCondition' — The access level of the shared link. Valid values are `LocationOnly`, `ConditionOnly`, `LocationAndCondition`.
  - `sharedLink` string, nullable — The shareable link for this shipment.

## Other responses

- `400` — Invalid shipment ID.
- `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)
