---
title: "Get Customer Buyer Persona"
method: GET
path: "/copilot/v1/customer-buyer-personas/{buyerPersonaId}"
tags: ["Customer Buyer Persona"]
---

# Get Customer Buyer Persona

`GET /copilot/v1/customer-buyer-personas/{buyerPersonaId}`

Retrieves a single Customer Buyer Persona by its unique identifier.

A Buyer Persona represents a profile of a decision-maker or stakeholder that the customer's sales and marketing teams target.
Each persona captures insights into who the ideal buyers are, what motivates them, and how to effectively engage them during the sales process.
If the specified buyerPersonaId does not exist, the endpoint returns **404 Not Found**.

If you do not know the ID of the record you need, call
[List Customer Buyer Personas](https://docs.zoominfo.com/zoominfoenterprise/reference/customerbuyerpersonainterface_listcustomerbuyerpersonas) to browse the full set.

This endpoint is typically used to retrieve the full configuration of a specific persona before updating or referencing it in downstream workflows.

Common use cases
- Retrieve detailed information about a specific persona
- Load persona data before updating the record
- Use persona context in integrations or automation workflows

## Path parameters

- `buyerPersonaId` string, uuid, required

## Response `200`

Success

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

---

[API](https://skmtc.net/zoominfo/apis/data-api-v1.md) · [All operations](https://skmtc.net/zoominfo/apis/data-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zoominfo/data-api-v1/revisions/d1ee1374b588/schema)
