---
title: "Create Lead Link"
method: POST
path: "/api/v1.0/lead_links"
tags: ["Leads"]
---

# Create Lead Link

`POST /api/v1.0/lead_links`

## Request body

- LeadLink
  - `child_lead_id` string — The ID of the lead that is the child
  - `created_at` number — The date/time the Lead Link was created at represented as an integer
  - `id` string — The ID of the Lead Link
  - `parent_lead_id` string — The ID of the lead that is the parent
  - `user_id` integer — The ID of the user who generated the Lead Link

## Response `200`

Successful

## Other responses

- `401` — Unauthorized

---

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