Multigate
  1. 👋 Onboarding
Multigate
  • 🚀 Getting Started
  • 🔓 Authentication
    • Get Token
    • Refresh Token
    • Logout User
    • Reset Password
    • Get Current User Info
  • 👋 Onboarding
    • Create Subclient
      POST
    • Get All Subclients
      GET
    • Get Subclient
      GET
    • Update Subclient
      PATCH
    • Create Subclient Shareholder
      POST
    • Get Subclient Shareholders
      GET
    • Update Subclient Shareholder
      PATCH
    • Upload Subclient Documents
      POST
    • Get Subclient Documents
      GET
    • Delete Subclient
      PATCH
    • Submit Subclient
      POST
  • 💰 Accounts
    • 📄 Statements
      • Get Statement
      • Download statement
    • Create Virtual Account
    • Get Account
    • Get Accounts By
    • Get All Accounts
    • Simulate Inflow (UAT only)
  • 🔃 Conversions
    • Get Quote
    • Lock Rate
    • Get Trade
    • Get All Trades
  • 💸 Payments
    • 🏦 Banks
      • Get Bank Details
    • 👤 Beneficiaries
      • Create Beneficiary
      • Get All Beneficiaries
      • Get Beneficiary
      • Update Beneficiary
      • Validate Beneficiary Account (NGN only)
    • Create Single Transfer
    • Get Purpose Codes
    • Get Transfer Fields & Fees
    • Find Transfers
  • 📩 Webhooks / Push Notifications
    • Add a New Client Configuration
    • Update Client Configuration Current Mode
    • Get Client Configuration
  • 📲 Remittance
    • Initiate Remittance
    • Get Remittance
  1. 👋 Onboarding

Get Subclient

GET
/client-service/api/v1/clients/{clientId}/sub-clients/{id}

Request

Path Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-gateway-uat.mmacs.io/platform/client-service/api/v1/clients//sub-clients/'

Responses

🟢200OK
application/json
success response
Body

Example
{
    "message": "Sub-Client fetched successfully",
    "entityId": "mD2XvNRvG_Q973StnNOoM",
    "name": "UAT Client Subclient 3",
    "subClientType": "subsidiary",
    "businessContactPhone": "+23417033288504",
    "businessContactEmail": "ayodele1@yopmail.com",
    "countryOfRegistration": "NGA",
    "stagesRemaining": [],
    "approvalStatus": "approved",
    "businessName": "UAT Client Subclient 3",
    "registrationDate": null,
    "businessAddressLine1": "16c Ruxton Road, Ikoyi, Lagos",
    "businessAddressLine2": null,
    "operatingCountries": [
        "NGA"
    ],
    "operatingIndustries": null,
    "status": "processing",
    "city": "Ikoyi",
    "state": "Lagos",
    "customerType": null,
    "businessType": "Limited Liability Company",
    "createdAt": "2025-05-09T11:06:34.330Z",
    "updatedAt": "2025-05-09T12:06:39.136Z",
    "parentClientId": "9va0EY5wREalB8ESQRdgo",
    "callbackUrl": null,
    "tin": null,
    "postalCode": "101233"
}
🟠400Bad Request
🟠401Unauthorized
Modified at 2025-01-28 21:04:52
Previous
Get All Subclients
Next
Update Subclient
Built with