---
title: "Get list of leads from FMO or Holding Company"
method: GET
path: "/v1/Leads/{apiKey}"
tags: ["Leads"]
---

# Get list of leads from FMO or Holding Company

`GET /v1/Leads/{apiKey}`

## Path parameters

- `apiKey` string, uuid, required

## Response `200`

List of leads

- AdaptekApiApplicationLeadsGetLeadResponse[]
  - `agencyId` integer
  - `agencyName` string, nullable
  - `agentId` integer
  - `agentName` string, nullable
  - `externalAgentId` string, nullable
  - `leadId` string, nullable
  - `firstName` string, nullable
  - `preferredName` string, nullable
  - `lastName` string, nullable
  - `email` string, nullable
  - `emailType` string, nullable
  - `phone` string, nullable
  - `phoneType` string, nullable
  - `zipCode` string, nullable
  - `referrer` string, nullable
  - `browser` string, nullable
  - `dateReceived` string, date-time
  - `ipAddress` string, nullable
  - `comraInfo` AdaptekApiApplicationLeadsQueriesGetLeadsColorOfMoneyQAndAModel[], nullable
    - `question` string, nullable
    - `answer` string, nullable
  - `comraScore` integer, nullable

---

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