---
title: "Get Lead Classification Enabled"
method: GET
path: "/developer/lead-classification-enabled"
tags: ["Developer", "Developer - Settings"]
---

# Get Lead Classification Enabled

`GET /developer/lead-classification-enabled`

Get the lead classification setting for the current customer.

This endpoint is restricted to developer users only.
When lead classification is enabled, the post-processing pipeline
will analyze call transcripts to classify leads.

## Response `200`

Successful Response

- LeadClassificationEnabledResponse — Response with customer's lead classification setting
  - `customer_id` string, uuid, required — The customer ID
  - `lead_classification_enabled` boolean, required — Whether lead classification is enabled for this customer

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
