---
title: "Get all Merchants"
method: GET
path: "/merchants"
tags: ["Merchants"]
---

# Get all Merchants

`GET /merchants`

Get all Merchants

## Response `200`

Get all Merchants

- object
  - `meta` object
    - `limit` integer — Number of rows retrieved
    - `offset` integer — Number of rows skipped
    - `total` integer — Total number of rows
  - `data` object[]
    - `name` string — Merchant name
    - `code` string — Merchant code
    - `updatedAt` string, date — Updated at
    - `type` 'internal' | 'external' — Merchant Type
    - `phone` string — Merchant phone
    - `logo` string — Merchant logo
    - `contactEmail` string — Contact email
    - `emails` string[] — Merchant emails

## Other responses

- `403` — Not authorized access

---

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