---
title: "Retrieves a Lead resource."
method: GET
path: "/leads/{id}"
tags: ["Lead"]
---

# Retrieves a Lead resource.

`GET /leads/{id}`

Retrieves a Lead resource.

## Path parameters

- `id` string, required

## Response `200`

Lead resource

- Lead
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string
  - `email` string, nullable — lead email address
  - `firstName` string, nullable — lead first name
  - `lastName` string, nullable — lead last anme
  - `primaryPhone` string, nullable — lead phone number
  - `addressLine1` string, nullable — line1 address of the lead
  - `city` string, nullable — city address of the lead
  - `country` string, nullable — country address of the lead
  - `company` string, nullable — company where lead is working on
  - `postalCode` string, nullable — postal code of the lead
  - `website` string, nullable — website of the lead
  - `industry` string, nullable — the industry lead belongs to
  - `skypeUsername` string, nullable — skype username of the lead
  - `twitter` string, nullable — twitter account of the lead
  - `annualRevenue` string, nullable — annual revenue of the company lead is working
  - `employeeCount` integer, nullable — number of employees in the company lead works in
  - `created` string, date-time, nullable — date and time lead's information is first created
  - `modified` string, date-time, nullable — date and time lead's information is last updated

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/versions/d08a107895ad/schema)
