Skip to main content
GET
/
submerchants
List submerchants
curl --request GET \
  --url https://api.example.com/submerchants \
  --header 'ApiKey: <apikey>' \
  --header 'Environment: <environment>' \
  --header 'MerchantId: <merchantid>'
[
  {
    "legalInfo": {
      "legalName": "<string>",
      "headOfficeAddress": "<string>",
      "businessActivity": "<string>",
      "managerName": "<string>",
      "websiteURL": "<string>",
      "isBetting": true,
      "isCrypto": true,
      "isNGO": true
    }
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.hub2.io/llms.txt

Use this file to discover all available pages before exploring further.

Headers

ApiKey
string
required

Your api key. To create a key, please get into our dashboard. If you don't have access to it, please reach the Support team.

MerchantId
string
required

Your merchant ID. This information is available in our dashboard. If you don't have access to it, please reach the Support team.

Environment
enum<string>
required

Allow you to choose between the sandbox mode to perform some tests or the live mode for real world transactions.

Available options:
live,
sandbox

Response

List of submerchants

Legal info of the submerchant