# View Product
**GET /api/rest/product/{productIdentifier}**
Description:
The product information endpoint allows you to view product details in the Rayo system. You need to provide the following information:
* Your Rayo JWT Token
* Product SKU or UPC
| **Parameter** | **Description** |
| --- | --- |
|
SKU or UPC (String) - Required
|
Product identifier
|
## Servers
## Authentication methods
- Bearer auth
## Parameters
### Path parameters
- **productIdentifier** (string)
## Responses
### 200
OK
#### Headers
- **Date** (string)
- **Content-Type** (string)
- **Transfer-Encoding** (string)
- **Connection** (string)
- **x-request-id** (string)
- **Content-Encoding** (string)
- **CF-Cache-Status** (string)
- **Expect-CT** (string)
- **Content-Security-Policy** (string)
- **Referrer-Policy** (string)
- **Strict-Transport-Security** (string)
- **X-Content-Type-Options** (string)
- **X-Frame-Options** (string)
- **X-XSS-Protection** (integer)
- **Server** (string)
- **CF-RAY** (string)
#### Body: (object)
object
[Powered by Bump.sh](https://bump.sh)