---
title: "Retrieve a Lead"
method: GET
path: "/{lead_id}"
---

# Retrieve a Lead

`GET /{lead_id}`

This endpoint retrieves the details of a lead that was previously created.

## Path parameters

- `lead_id` string, required

## Response `200`

200

- object
  - `id` string
  - `brand` object
    - `name` object
      - `en` string
      - `ar` string
    - `logo` string
    - `operations` object
      - `sales` object
        - `period` string
        - `range` object
          - `from` string
          - `to` string
        - `currency` string
    - `channel_services` object[]
      - `channel` string
      - `address` string
  - `entity` object
    - `country` string
    - `is_licensed` boolean
    - `license` object
      - `number` string
      - `country` string
      - `type` string
    - `tax` object
      - `number` string
      - `issuing_date` string
      - `expiry_date` string
  - `wallet` object
    - `bank` object
      - `name` string
      - `account` object
        - `name` string
        - `number` string
        - `swift` string
        - `iban` string
  - `user` object
    - `name` object
      - `lang` string
      - `title` string
      - `first` string
      - `last` string
    - `nationality` string
    - `identification` object
      - `number` string
      - `type` string
      - `issuer` string
    - `birth` object
      - `country` string
      - `city` string
      - `date` string
    - `primary` boolean
  - `post` object
    - `url` string
  - `metadata` object
    - `param1` string
  - `reference_lead_id` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/tap/apis/authorize.md) · [All operations](https://skmtc.net/tap/apis/authorize/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tap/authorize/versions/86f4d9b29db0/schema)
