---
title: "Show interest in a shipment."
method: POST
path: "/api/v2/shipments/{shipment_id}/interested"
tags: ["Shipments"]
---

# Show interest in a shipment.

`POST /api/v2/shipments/{shipment_id}/interested`

Inform us about interest in a shipment and request a call.

## Path parameters

- `shipment_id` string, uuid, required — Shipment UUID

## Response `200`

Shipment was found and the message was sent.

## Other responses

- `404` — Shipment not found.

---

[API](https://skmtc.dev/loadsmart/apis/loadsmart-api.md) · [All operations](https://skmtc.dev/loadsmart/apis/loadsmart-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/loadsmart/loadsmart-api/revisions/6021c5806fe9/schema)
