---
title: "Get Product or Service"
method: GET
path: "/copilot/v1/products/{offeringId}"
tags: ["Products and Services"]
---

# Get Product or Service

`GET /copilot/v1/products/{offeringId}`

Retrieves a single product or service by ID. 

A product or service represents a discrete product or service provided by your company 
and forms the foundation of your go-to-market configuration. Each product or service record captures the 
strategic context of a product: how it is positioned in the market, whom it targets, what pain points 
it addresses, and the value proposition it delivers. Returns **404 Not Found** if the product or service does not
exist.

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

This endpoint is typically used when retrieving the full details of a specific product or service for viewing, editing,
or integration with external systems.

Common use cases
- Retrieve the full configuration of a specific product or service
- Load product or service details before updating the record
- Fetch product or service context for downstream workflows or integrations

## Path parameters

- `offeringId` 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.dev/zoominfo/apis/data-api-v1.md) · [All operations](https://skmtc.dev/zoominfo/apis/data-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zoominfo/data-api-v1/revisions/d1ee1374b588/schema)
