> ## Documentation Index
> Fetch the complete documentation index at: https://docs.partnero.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Leads API overview

> Manage leads submitted by partners. Track potential customers before they convert to paying customers.

Leads are potential customers submitted by partners before a sale is made. Partners can submit leads through lead submission pages or via the API. When a lead converts to a paying customer, it can be marked as converted.

## Key concepts

* **Lead**: A potential customer submitted by a partner
* **Lead submission**: Partners manually submit prospects they're working with
* **Conversion**: When a lead becomes a paying customer

## Available endpoints

<CardGroup cols={2}>
  <Card title="List leads" icon="list" href="/api-reference/leads/list">
    Retrieve all leads with pagination
  </Card>

  <Card title="Get lead" icon="user" href="/api-reference/leads/get">
    Get a specific lead's details
  </Card>

  <Card title="Create lead" icon="user-plus" href="/api-reference/leads/create">
    Submit a new lead
  </Card>

  <Card title="Convert lead" icon="arrow-right" href="/api-reference/leads/convert">
    Mark a lead as converted
  </Card>

  <Card title="Delete lead" icon="trash" href="/api-reference/leads/delete">
    Remove a lead
  </Card>
</CardGroup>

## Lead workflow

1. **Submitted**—partner submits a lead via the portal or API.
2. **Reviewed**—you review the lead in your dashboard.
3. **Converted**—lead becomes a customer and the partner earns commission.
