---
title: "Get Bot Preference"
method: GET
path: "/developer/bot-preference"
tags: ["Developer", "Developer - Bot Config"]
---

# Get Bot Preference

`GET /developer/bot-preference`

Get the bot preference for the current customer.

This endpoint is restricted to developer users only.
Returns whether the customer is using custom bot or Pipecat Cloud.

## Response `200`

Successful Response

- BotPreferenceResponse — Response with customer's bot preference
  - `customer_id` string, uuid, required — The customer ID
  - `use_custom_bot` boolean, required — Whether custom bot is enabled
  - `custom_bot_available` boolean, required — Whether custom bot is configured and available

---

[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)
