Get store review

Get a store review by ID

GET
/stores/reviews/{reviewId}
AuthorizationBearer <token>

Bearer token authentication. Use your API key as the bearer token.

In: header

Path Parameters

reviewIdstring

ID of the review

Response Body

curl -X GET "https://eu1.api.bivariant.com/v1/stores/reviews/string"
{
  "artifactId": "string",
  "content": "string",
  "createdAt": "string",
  "id": "string",
  "isVerified": true,
  "rating": 0,
  "reviewerId": "string",
  "storeId": "string",
  "title": "string",
  "updatedAt": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}