List Product Perks By Product Id
Path Parameters
productId*string
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/product-perks/by-product-id/string"[ { "id": "string", "perkId": "string", "productId": "string" }]{ "_tag": "Api/ProductPerkValidationError", "message": "string"}{ "_tag": "Api/ActionForbiddenError", "message": "string"}{ "_tag": "Api/ProductPerkServiceError", "cause": "string"}