When to Use This Endpoint
Use this endpoint when you have aproductId and need to:
- Verify the product exists.
- Retrieve the product’s full name or metadata.
- Debug permissions or access.
Request
Endpoint| Parameter | Required | Description |
|---|---|---|
productId | ✅ | The unique identifier of the product (ULID) |
| Header | Value |
|---|---|
Authorization | Bearer <access_token> |
Example Request
Response
| Field | Description |
|---|---|
id | Full product resource name |
name | The display name of the product |
description | Optional product description |
createTime | Timestamp when the product was created |
author | User or service that created the product |