---
title: "List All Merchants"
method: POST
path: "/list"
---

# List All Merchants

`POST /list`

This endpoint lists all merchants.

## Request body

- object
  - `period` object
    - `date` object
      - `from` integer
      - `to` integer
  - `limit` integer
  - `page` integer
  - `business_id` string

## Response `200`

200

- object

## Other responses

- `400` — 400

---

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