---
title: "Get a single Customer Product"
method: GET
path: "/customer_products/{uid}"
tags: ["Customer Products"]
---

# Get a single Customer Product

`GET /customer_products/{uid}`

Retrieves a single Customer Product resource along with its associated Customer and Product

## Response `200`

A single Customer Product is returned

- object
  - `uid` string — A unique identifier for this resource
  - `status` 'active' | 'created' | 'manual_review' | 'rejected' — the status of the Customer Product onboarding
  - `customer_uid` string — A unique identifier for a Customer
  - `customer_email` string — The Customer's email address
  - `product_uid` string — A unique identifier for a Product
  - `product_name` string — The name of the Product
  - `program_uid` string — A unique identifier for a Program
  - `activated_at` string, date-time — The date and time at which the Customer Product became active.

---

[API](https://skmtc.dev/newline53/apis/newline-platform-api.md) · [All operations](https://skmtc.dev/newline53/apis/newline-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/newline53/newline-platform-api/revisions/54f4fe726d8f/schema)
