---
title: "Get lead"
method: GET
path: "/lead/{id}"
tags: ["Leads"]
---

# Get lead

`GET /lead/{id}`

Get a lead

## Path parameters

- `id` string, required

## Response `200`

Get a lead

- Lead — Lead object
  - `id` integer — Lead ID
  - `trip_uuid` string — Trip UUID
  - `email` string — Lead email
  - `name` string — Lead name
  - `phone` string — Lead phone
  - `organizer_id` integer — Organizer ID
  - `is_booked` boolean — Whether lead is booked or not
  - `questions` Question[] — Lead questions
    - `content` string — Question content
    - `created_at` string, date-time — Question created at
  - `recent_requested_at` string, date-time — Recent request date
  - `lead_type` string — Type of the lead
  - `trip` Trip — Trip object
    - `title` string — Trip title

---

[API](https://skmtc.dev/wetravel/apis/authentication-api.md) · [All operations](https://skmtc.dev/wetravel/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wetravel/authentication-api/revisions/5c747875f084/schema)
