List store reviews

List store reviews with filters and pagination

POST
/stores/reviews/list
AuthorizationBearer <token>

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

In: header

List reviews input

artifactId?string
pagination?bv.Pagination
sortBy?string
sortOrder?string
storeId?string

Response Body

curl -X POST "https://eu1.api.bivariant.com/v1/stores/reviews/list" \  -H "Content-Type: application/json" \  -d '{}'
[
  {
    "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"
}