---
title: "Get Customer Settings"
method: GET
path: "/copilot/v1/customer-settings"
tags: ["Customer Settings"]
---

# Get Customer Settings

`GET /copilot/v1/customer-settings`

Retrieves the customer settings for the authenticated customer.

Customer Settings represent the core company-level configuration.
This includes foundational information such as the company name, description, elevator pitch, and strategic go-to-market priorities.
This information provides the baseline context that AI agents use to generate recommendations, messaging, targeting insights,
and account prioritization.

This resource is a singleton per customer, meaning each customer can have only one Customer Settings record.
If no configuration has been created yet, the endpoint will return **404 Not Found**.

Use [Post Customer Settings](https://docs.zoominfo.com/zoominfoenterprise/reference/customersettingsinterface_upsertcustomersettings) to create or update the settings.

Common use cases
- Retrieve the current company context powering GTM AI features
- Verify whether company configuration has been initialized
- Load existing company overview information for editing or synchronization

## Response `200`

Success

## Other responses

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