Salla Docs
Merchant API
Partner APIs
Storefront
Salla CLI
Salla Docs
    Light Mode

    Review Details

    GET/reviews/{review_id}
    Last modified: a month ago

    This endpoint allows you to fetch a specific review by passing the review_id as a path parameter.

    `reviews.read`- Reviews Read Only

    Request

    Path Params
    review_id
    integer 
    required

    Review ID. List of Review IDs can be found here

    Example:
    677156713

    Request samples

    Responses

    Success(200)
    HTTP Code: 200
    Content Type : JSONapplication/json
    Data Schema
    No schema defined
    Example
    {
      "status": 200,
      "success": true,
      "data": {
        "id": 1096828836,
        "type": "ask",
        "rating": 0,
        "content": "A question",
        "order_id": null,
        "is_published": true,
        "created_at": "2023-11-01 15:32:31",
        "customer": {
          "id": 1227534533,
          "name": "Ahmed Ali",
          "mobile": 565555555,
          "email": "[email protected]",
          "avatar": "https://cdn.assets.salla.network/admin/cp/assets/images/avatar_male.png",
          "country": "السعودية",
          "city": "الرياض"
        }
      }
    }
    Last modified: a month ago