Get User Products
User
Get User Products
/user//products
GET
Get User Products
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
/user//products Description:The
/user/{userId}/products endpoint retrieves the products associated with a specific user identified by their unique userId.
Method:GET
Path Parameter:
| Parameter | Type | Description |
|---|---|---|
| userId | string | The unique identifier of the user. |