Retrieve the product sharing summary

Retrieves a summary of the products that the current user shares with other users, and products that are shared with the current user.

SecurityCookieBlaizeSession or JwtQuery or JwtHeaderXBlaizeJwt or JwtHeaderXZephrJwt or JwtBearer or JwtCookie
Responses
200

OK

get/zephr/public/products/v1/shares
Response samples
application/json
{
  • "owned_products": [
    ],
  • "member_products": [
    ]
}