---
title: "Commission earnings report"
method: POST
path: "/commissions/report"
tags: ["Analytics"]
---

# Commission earnings report

`POST /commissions/report`

## Overview

Returns commission earnings on the account for the given date range. Each day in the range includes the total commission amount and the average commission percentage.

## When to Use

- **Commission tracking** - Monitor daily commission earnings
- **Revenue analysis** - Understand commission as a percentage of sales
- **Financial reporting** - Report commission totals and averages by day
- **Performance dashboards** - Chart commission trends over time

## What You Get

- **Daily amounts** - Total commission earned per day
- **Daily percentage** - Average commission percentage per day
- **Time-series data** - One entry per day, ordered by date

## Quick Start

Provide a date range (`from` and `to`) and optionally `sandbox` to filter by environment. Returns an array of daily commission amounts and percentages.

## Request body

- object
  - `from` string, date, required — Start date for the report YYYY-MM-DD (ISO 8601)
  - `to` string, date, required — End date for the report YYYY-MM-DD (ISO 8601)
  - `sandbox` string — Filter by environment: "true" for sandbox, "false" for production

## Response `200`

Commission earnings report retrieved successfully

---

[API](https://skmtc.net/liteapi/apis/api-search.md) · [All operations](https://skmtc.net/liteapi/apis/api-search/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liteapi/api-search/versions/315ba2a4dcf4/schema)
