---
title: "List submerchants"
method: GET
path: "/submerchants"
tags: ["Submerchants"]
---

# List submerchants

`GET /submerchants`

## Headers

- `ApiKey` string, required
- `MerchantId` string, required
- `Environment` 'live' | 'sandbox', required

## Response `200`

List of submerchants

- SubmerchantDto[]
  - `legalInfo` SubmerchantLegalInfoDto, required
    - `legalName` string — Legal name
    - `headOfficeAddress` string — Legal head office address
    - `businessActivity` string — Business activity
    - `managerName` string — Manager name
    - `websiteURL` string — Website URL
    - `isBetting` boolean — Is betting
    - `isCrypto` boolean — Is crypto
    - `isNGO` boolean — Is NGO

## Other responses

- `401` — Wrong credentials
- `404` — Not Found
- `500` — Internal error

---

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