Skip to main content
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. Authorization:
  • Own resource: any authenticated user (self-access)
  • Other resources: admin or higher
Method: GET Path Parameter:

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string
required

User ID

Response

Success