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/reviews \
--header 'Authorization: Bearer <token>'[
"<any>"
]Fetch all Reviews
curl --request GET \
--url https://api.rechain.co/public/v1/reviews \
--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[].