---
title: "Dashboard"
method: GET
path: "/v1/agent-hub/merchant-bridge/reports"
---

# Dashboard

`GET /v1/agent-hub/merchant-bridge/reports`

This endpoint makes an HTTP GET request to retrieve reports from the merchant bridge within a specified date range and based on a specific criteria. The request includes query parameters for 'from' (start date), 'to' (end date), and 'criteria' (reporting criteria).

The last execution of this request returned a response with a status code of 200 and a content type of application/json. The response body is not available (null).

Please refer to the API documentation for more details on the structure and content of the response.

## Query parameters

- `from` string, required
- `to` string, required
- `criteria` 'day' | 'week' | 'month', required

## Response `200`

200

- object
  - `avg_tranx` integer
  - `t_sales` integer
  - `t_refunds` integer
  - `t_tranx` integer
  - `t_disputes` integer
  - `p_disputes` integer
  - `tv_disputes` integer
  - `pv_disputes` integer
  - `t_cards_tranx_percentage` integer
  - `s_card_type` unknown[]
    - unknown
  - `n_sales` integer
  - `p_refunds` integer
  - `v_net_gross` object[]
    - `gross_sales` integer
    - `label` integer
    - `refund_amount` integer
    - `dispute_amount` integer
  - `ta_isv_campaigns` unknown
  - `t_sub_merchants` unknown
  - `t_rdrs` integer
  - `p_rdrs` integer
  - `tv_rdrs` integer
  - `pv_rdrs` integer

## Other responses

- `422` — 422

---

[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/revisions/face82bdd778/schema)
