List Products

GET
/api/v1/products

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/products"
[  {    "id": "string",    "name": "string",    "projectId": "string",    "slug": "string",    "type": "subscription"  }]
{  "_tag": "Api/ActionForbiddenError",  "message": "string"}
{  "_tag": "Api/ProductServiceError",  "cause": "string"}