---
title: "Get Customer Competitor by ID"
method: GET
path: "/copilot/v1/customer-competitors/{competitorId}"
tags: ["Customer Competitors"]
---

# Get Customer Competitor by ID

`GET /copilot/v1/customer-competitors/{competitorId}`

Retrieves a single Customer Competitor by its unique identifier.

A Customer Competitor represents a company that competes with the customer's products or services.
Competitor records capture structured competitive intelligence such as competing products, win/loss analysis, displacement scenarios,
and reasons why deals are won or lost against that competitor.
A competitor may optionally be linked to a ZoomInfo company record for additional enrichment.
If the specified competitorId does not exist, the endpoint returns **404 Not Found**.

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

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

## Path parameters

- `competitorId` 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/versions/d1ee1374b588/schema)
