---
title: "Get business entity for an Onboarding Application"
method: GET
path: "/applications/{applicationId}/compliance/businesses"
tags: ["Customers"]
---

# Get business entity for an Onboarding Application

`GET /applications/{applicationId}/compliance/businesses`

Retrieves the business entity for the specified application, including key details such as business name, type and company registration number.

## Path parameters

- `applicationId` string, required

## Response `200`

OK

- CustomercomplianceBusinessResponse
  - `id` string — Business ID
  - `type` 'LLC' | 'PLC' | 'LLP' | 'PARTNERSHIP' | 'SOLETRADER' — Business type
  - `registeredName` string — Registered business name
  - `registrationNumber` string — Company registration number

## Other responses

- `400` — Invalid parameters
- `403` — Incorrect permissions

---

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