---
title: "Get a Business Representative by ID"
method: GET
path: "/v2/business-representative/{id}"
---

# Get a Business Representative by ID

`GET /v2/business-representative/{id}`

Retrieve a business representative by their ID

## Path parameters

- `id` string, required

## Response `200`

- BusinessRepresentativeResponseDto
  - `id` string, required — Business Representative ID
  - `customerId` string, required — Customer ID
  - `type` 'individual', required — Customer type
  - `email` string — Email address
  - `phone` string — Phone number
  - `representationDetails` object — Representation details
    - `roles` string[], required — The roles of the business representative.
    - `ownershipPercentage` string — The ownership percentage of the business representative.
    - `isControlPerson` boolean — Whether the business representative has control over the company.
    - `isSigner` boolean — Whether the business representative is a signer on the company's documents.
    - `relationshipEstablishedAt` string — The date the business representative was established in the company.
    - `title` string — The title of the business representative.
  - `verificationProfiles` object[], required — Array of verification profiles for the business representative.
    - `name` 'kyc_profile_a' | 'kyb_profile_a' | 'ubo_kyc_profile_a' | 'kyc_profile_b' | 'kyb_profile_b' | 'kyb_profile_c' | 'kyc_profile_c' | 'ubo_kyc_profile_c', required — The name of the verification profile.
    - `status` 'incomplete' | 'pending' | 'approved' | 'rejected' | 'resubmission_required', required — The status of the verification profile.
    - `criteria` object — The criteria for the verification profile.
      - `complete` string[], required — Completed fields.
      - `pending` string[], required — Pending fields. These fields are currently being verified.
      - `required` string[], required — Required fields. These fields are required to be completed before the verification profile can be approved.
      - `errors` object[], required — The errors that occurred while verifying the fields.
        - `name` 'email_verification' | 'phone_verification' | 'residential_address' | 'identity_document' | 'tax_identification_number' | 'liveness_check' | 'terms_of_service' | 'email_address' | 'phone_number' | 'master_service_agreement' | 'legal_name' | 'trade_name' | 'entity_type' | 'entity_type_description' | 'description' | 'registered_address' | 'operating_address' | 'business_representatives' | 'naics_code' | 'website' | 'incorporated_on' | 'identification_number' | 'registration_number' | 'estimated_annual_revenue' | 'expected_monthly_payments' | 'account_purpose' | 'account_purpose_description' | 'source_of_funds' | 'source_of_funds_description' | 'is_dao' | 'regulated_activities' | 'regulated_activities_description' | 'participates_in_regulated_financial_activity' | 'regulated_financial_activity_description' | 'money_services_description' | 'compliance_screening_explanation' | 'operates_in_prohibited_countries' | 'incorporation_cert_document' | 'incorporation_articles_document' | 'shareholder_registry_document' | 'proof_of_nature_of_business_document' | 'proof_of_address_document' | 'liveness_report_document' | 'ownership_percentage' | 'is_control_person' | 'is_signer' | 'relationship_established_at' | 'title' | 'sex' | 'country_of_birth' | 'nationality' | 'middle_name' | 'occupation_soc_code' | 'w8_ben_document' | 'w9_document' | 'w8_ben_e_document' | 'corporate_resolution_document' | 'source_of_funds_document' | 'financial_statements_document' | 'bank_statement_document' | 'regulated_activity_document' | 'flow_of_funds_document' | 'kyc_b_approval' | 'kyb_b_approval', required
        - `detail` string
  - `createdAt` string, required — The date and time the business representative was created.
  - `updatedAt` string, required — The date and time the business representative was last updated.

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `422` — Unprocessable Entity - Validation Error

---

[API](https://skmtc.net/spherepay/apis/docs-spherepay-co.md) · [All operations](https://skmtc.net/spherepay/apis/docs-spherepay-co/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spherepay/docs-spherepay-co/versions/4f3f5484aed3/schema)
