---
title: "Get Lead"
method: GET
path: "/leads/{LeadCode}"
tags: ["Leads"]
---

# Get Lead

`GET /leads/{LeadCode}`

Retrieve information about your leads.

## Path parameters

- `LeadCode` string, required

## Headers

- `Accept` 'application/json', required
- `X-Avangate-Authentication` string, required

## Response `200`

Get Lead

- GetLeadResponse
  - `LeadCode` string
  - `GeneratedFrom` string
  - `CartId` string
  - `Currency` string
  - `Language` string
  - `ExternalReference` string
  - `MachineId` string
  - `Items` GetLeadResponseItems
    - `0` Item
      - `Code` string
      - `Quantity` integer
      - `SKU` string
      - `IsDynamic` boolean
      - `Tangible` boolean
      - `PurchaseType` string
      - `PriceOptions` ItemPriceOptions
        - `0` PriceOptions
          - `Name` string
          - `Options` PriceOptionsOptions
            - `0` PriceOptionsOption
              - …
      - `RecurringOptions` ItemRecurringOptions
        - `Object` RecurringOptions
          - `CycleLength` integer
          - `CycleUnit` string
          - `CycleAmount` integer
          - `ContractLength` integer
          - `ContractUnit` string
      - `MarketingCampaigns` ItemMarketingCampaigns
        - `Object` MarketingCampaigns
          - `Type` integer
          - `ParentCode` string
          - `CampaignCode` integer
      - `Price` ItemPrice
        - `0` Price
          - `Amount` integer
          - `Type` string
      - `AdditionalFields` ItemAdditionalFields
        - `0` AdditionalFields
          - `Code` string
          - `Text` string
          - `Value` string
      - `SubscriptionStartDate` string
      - `Trial` LeadTrial
        - `Period` integer
        - `Price` number
  - `BillingDetails` GetLeadResponseBillingDetails
    - `Object` BillingDetails
      - `FirstName` string
      - `LastName` string
      - `Phone` string
      - `Company` string
      - `FiscalCode` string
      - `Email` string
      - `Address1` string
      - `Address2` string
      - `City` string
      - `Zip` string
      - `CountryCode` string
      - `State` string
  - `DeliveryDetails` GetLeadResponseDeliveryDetails
    - `0` DeliveryDetails
      - `Phone` string
      - `FirstName` string
      - `LastName` string
      - `Company` string
      - `FiscalCode` string
      - `Email` string
      - `Address1` string
      - `Address2` string
      - `City` string
      - `Zip` string
      - `CountryCode` string
      - `State` string
  - `DeliveryInformation` GetLeadResponseDeliveryInformation
    - `0` DeliveryInformation
      - `ShippingMethod` DeliveryInformationShippingMethod
        - `Code` string
  - `PaymentDetails` GetLeadResponsePaymentDetails
    - `0` PaymentDetails
      - `Type` string
      - `Currency` string
      - `RecurringEnabled` boolean
      - `PaymentMethod` PaymentDetailsPaymentMethod
        - `CardPayment` PaymentDetailsPaymentMethodCardPayment
          - `InstallmentsNumber` number
      - `CustomerIP` string
  - `Promotions` GetLeadResponsePromotions[]
    - `0` string
  - `LocalTime` string

---

[API](https://skmtc.dev/2checkout/apis/api-rest-documentation.md) · [All operations](https://skmtc.dev/2checkout/apis/api-rest-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/2checkout/api-rest-documentation/revisions/8a7ea610933e/schema)
