---
title: "GET /leads/{id}"
method: GET
path: "/leads/{id}"
tags: ["LeadController"]
---

# GET /leads/{id}

`GET /leads/{id}`

| Permissions |
| ------- |
| 10203   |

## Path parameters

- `id` string, required

## Response `200`

Lead model instance

- Lead — this model represents a lead that could eventually be a tenant in the system
  - `deleted` boolean
  - `deletedOn` string, date-time, nullable
  - `deletedBy` string, nullable
  - `createdOn` string, date-time
  - `modifiedOn` string, date-time
  - `createdBy` string
  - `modifiedBy` string
  - `id` string
  - `firstName` string, required — first name of the lead
  - `lastName` string, required — last name of the lead
  - `companyName` string, required — name of the lead's company
  - `email` string, required — email of the lead
  - `isValidated` boolean, required — whether the lead`s email has been validated or not
  - `addressId` string — id of the address of the lead

---

[API](https://skmtc.net/sourcefuse/apis/tenant-management-service.md) · [All operations](https://skmtc.net/sourcefuse/apis/tenant-management-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sourcefuse/tenant-management-service/versions/0dce7cf133e9/schema)
