Fetch all sub-customers

List all subcustomers

get
Authorizations
Query parameters
statusstringRequired
onboardingStatusstringRequired
typestringRequired
countrystringRequired
purposestringRequired
Responses
200

200 response

application/json
get
GET /v1/subcustomers?status=text&onboardingStatus=text&type=text&country=text&purpose=text HTTP/1.1
Host: wewireproduction.com
Accept: */*
200

200 response

{
  "data": [
    {
      "id": "text",
      "name": "text",
      "email": "text",
      "country": "text",
      "status": "ACTIVE",
      "type": "INDIVIDUAL",
      "purpose": [
        "PAYOUT"
      ],
      "onboardingStatus": "DRAFT",
      "onboardingId": "text",
      "externalId": "text",
      "addressLine1": "text",
      "addressLine2": "text",
      "postalCode": "text",
      "city": "text",
      "state": "text",
      "onboardingData": {
        "ANY_ADDITIONAL_PROPERTY": "anything"
      },
      "businessId": "text",
      "createdAt": "2025-10-15T02:35:30.850Z",
      "updatedAt": "2025-10-15T02:35:30.850Z"
    }
  ],
  "totalItems": 1,
  "totalPages": 1,
  "currentPage": 1,
  "pageSize": 1
}

Last updated