---
title: "Create a link between two end clients"
method: POST
path: "/end-clients"
tags: ["EndClient API"]
---

# Create a link between two end clients

`POST /end-clients`

## Request body

- CreateLinkedLeadsRequestPayload
  - `to` string — EndClient ID to link to
  - `from` string — EndClient ID to link from
  - `type` 'RELATES_TO' | 'DUPLICATE_OF' | 'OWNS' | 'OWNED_BY' — Type of the link to be created

## Response `201`

Link created

## Other responses

- `400` — Client provided invalid data
- `401` — Invalid token provided
- `403` — Forbidden
- `500` — Internal server error (which might be caused by a temporary issue)

---

[API](https://skmtc.net/trulioo/apis/trulioo-platform-api.md) · [All operations](https://skmtc.net/trulioo/apis/trulioo-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trulioo/trulioo-platform-api/versions/a825565ee177/schema)
