curl -X GET 'https://app.reddy.io/api/v1/product/list' \ -H 'Authorization: Bearer your_api_key'
{ "products": [ { "id": 1, "name": "Product 1", "status": "active" }, { "id": 2, "name": "Product 2", "status": "archived" } ] }
Returns the list of products that the user has access to.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
List of products
Show child attributes
Was this page helpful?