---
title: "Fetch Merchants"
method: GET
path: "/api/v2/merchants"
tags: ["Enrollment"]
---

# Fetch Merchants

`GET /api/v2/merchants`

Get all the merchants from your chargeblast account. Response is paginated. The `name` field is set during onboarding of the merchant and corresponds to the individual name of the merchant for multi-merchant accounts (usually associated with the DBA or billing descriptor).

## Query parameters

- `page` integer, nullable
- `per` integer, nullable

## Headers

- `X-API-Key` string, required

## Response `200`

OK

- EmbedMerchantResponseDTO
  - `page` integer, required — The current page number.
  - `total` integer, required — The total number of merchants.
  - `merchants` MerchantListItem[], required — The list of merchants for the current page.
    - `id` string, required — The unique Chargeblast identifier for the merchant (e.g. cb_xxxxxxxxxxxxx).
    - `name` string, required — Set during onboarding of the merchant. For multi-merchant accounts, this is the individual merchant name, usually associated with the DBA or billing descriptor.

---

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