---
title: "Share an asset with another company"
method: POST
path: "/api/assets/{assetId}/shares"
tags: ["Companies", "Assets"]
---

# Share an asset with another company

`POST /api/assets/{assetId}/shares`

## Path parameters

- `assetId` string, required

## Request body

- object
  - `companyId` string, required

## Response `204`

No content

- 'null', nullable — No content

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response

## Changes

> 23 revisions in range; 1 not diffed.

- **2026-08-31** `97e51f27dc77` — 1 info
  - added the media type `application/json` for the response with the status `204`

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/assets/:assetId/shares/post.md)

---

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