List Products
Get all products for the authenticated user.Response
Get Product
Get a specific product by ID.Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | Product ID (path parameter) |
Response
Error Response
Product Object
| Field | Type | Description |
|---|---|---|
id | string | Unique product identifier |
title | string | Product name |
description | string | Product description |
type | enum | content, api_access, feature_unlock |
price | string | Price in USDC |
currency | string | Always USDC |
network | enum | devnet, mainnet-beta |
status | enum | active, inactive |
merchantWallet | string | Receiving wallet address |
featureIds | string[] | Feature IDs (for feature_unlock type) |
createdAt | string | ISO 8601 timestamp |
updatedAt | string | ISO 8601 timestamp |
