Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful operation
The response is of type any[].
curl --request GET \
--url https://api.rechain.co/public/v1/products \
--header 'Authorization: Bearer <token>'[
"<any>"
]Fetch all products belonging to a company
curl --request GET \
--url https://api.rechain.co/public/v1/products \
--header 'Authorization: Bearer <token>'[
"<any>"
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful operation
The response is of type any[].