partner-api

List leads

List all leads created by this partner, ordered newest-first. Optionally filter by stage.

get/api/partner/leads

Query parameters

stagestring nullable

Filter by stage (e.g. Prequalified, Intake, Quoted)

Filter by stage (e.g. Prequalified, Intake, Quoted)

Response

Successful Response

successboolean

Example response

{
  "success": true,
  "data": [
    {
      "lead_id": "7c9e6679-7425-40de-944b-e07fc1f90ae7",
      "contact_name": "Jane Smith",
      "contact_email": "jane@acmecorp.com",
      "company_name": "Acme Corp",
      "stage": "Prequalified",
      "created_at": "2026-06-12T10:00:00Z"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.