---
title: "Get Reviews"
method: GET
path: "/v1/reviews"
---

# Get Reviews

`GET /v1/reviews`

Retrieve a list with reviews

## Query parameters

- `limit` integer
- `page` integer
- `review_desc[eq]` 'single_transaction_value_limit' | 'daily_transaction_value_limit' | 'daily_transaction_count_limit' | 'hourly_transaction_count_limit' | 'hourly_transaction_value_limit' | 'mountly_transaction_count_limit' | 'mountly_transaction_value_limit' | 'hourly_invalid_card_count_limit'
- `include` string
- `created_at[intl]` integer
- `created_at[eq]` string
- `created_at[lte]` string
- `created_at[gte]` string
- `created_at[gt]` string
- `created_at[lt]` string
- `status[eq]` 'approved' | 'rejected' | 'waiting_for_approval'

## Response `200`

200

- object
  - `data` object[]
    - `object` string
    - `id` string
    - `review_desc` string
    - `status` string
    - `charge_id` string
    - `comments` string
    - `approved_date` string
    - `rejected_date` unknown
    - `created_at` integer
    - `updated_at` integer
  - `meta` object
    - `include` string[]
    - `custom` unknown[]
      - unknown
    - `pagination` object
      - `total` integer
      - `count` integer
      - `per_page` integer
      - `current_page` integer
      - `total_pages` integer
      - `links` object
        - `next` string

## Other responses

- `403` — 403

---

[API](https://skmtc.net/payarc/apis/payarc-sandbox.md) · [All operations](https://skmtc.net/payarc/apis/payarc-sandbox/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payarc/payarc-sandbox/versions/face82bdd778/schema)
