---
title: "GET /stats"
method: GET
path: "/stats"
tags: ["Vendas"]
---

# GET /stats

`GET /stats`

## Query parameters

- `product_id` string
- `start_date` string
- `end_date` string

## Response `200`

Statistics data

- Stats
  - `credit_card_approval_rate` number
  - `total_sales` number
  - `total_net_amount` number
  - `refund_rate` number
  - `chargeback_rate` number
  - `total_boleto_generated` number
  - `total_boleto_paid` number
  - `boleto_rate` number

## Other responses

- `400` — Solicitação Inválida

---

[API](https://skmtc.dev/kiwify/apis/api-kiwify.md) · [All operations](https://skmtc.dev/kiwify/apis/api-kiwify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kiwify/api-kiwify/revisions/b4bbffaf0088/schema)
