---
title: "POST /api/supplychain-mappings/collaborators/"
method: POST
path: "/api/supplychain-mappings/collaborators/"
tags: ["Supply Chain Collaborator"]
---

# POST /api/supplychain-mappings/collaborators/

`POST /api/supplychain-mappings/collaborators/`

Create supply chain collaborator

## Request body

- object
  - `sourceCollaborationId` string
  - `collaboratingNodeIds` string[], required
  - `message` string, required

## Response `201`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` object[], required
    - `id` string, required
    - `supplyChainId` string, required
    - `companyId` string, required
    - `collaborationType` string, required
    - `collaborationStatus` string, required
    - `invitedByCompanyId` string, required
    - `createdAt` string, required
    - `updatedAt` string, required
    - `createdByUserId` string, required
    - `updatedByUserId` string, required
    - `createdByCompanyId` string, required
    - `updatedByCompanyId` string, required
    - `collaboratingNodeId` string, required
    - `collaboratingSupplyChainName` string, required

## Other responses

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

---

[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/1df37791a1bb/schema)
