---
title: "Retrieve a business"
method: GET
path: "/businesses/{business_id}"
tags: ["Businesses"]
---

# Retrieve a business

`GET /businesses/{business_id}`

Retrieves a business associated with a brand

## Path parameters

- `business_id` string, required

## Response `200`

- BusinessesGetSerializer
  - `business_id` string, required
  - `brand_business_id` string
  - `ein` string, required
  - `phone` string, required
  - `email` string, required
  - `website` string, required
  - `legal_business_name` string, required
  - `dba_business_name` string, required
  - `business_type` string, required
  - `date_updated` string, required
  - `date_created` string, required
  - `industry_type` string, required
  - `number_of_employees` string, required
  - `addresses` AddressGet[], required
    - `address_id` string, required — String in UUID format corresponds to address address_id of related customer_id
    - `address_type` 'MAILING' | 'PHYSICAL' | 'REGISTERED' — Address type is one of the following : MAILING, PHYSICAL, REGISTERED
    - `street` string — Has a 1 to 40-character limit. May only contain alphanumerics and the special characters `. , _ - #`
    - `street2` string — Has a 40-character limit. May only contain alphanumerics and the special characters `. , _ - #`
    - `city` string — Has a 2 to 40-character limit. May contain only alphanumerics, `-`, `_`,`.`, and spaces
    - `state` string — Has a 2-character limit for US address.<br />Has a 20-character limit for non US address.
    - `zip_code` string — zip code in 5-digit (12345) or 9-digit (12345-1234) format for US address.<br />Has a 2 to 20-character limit for non US address.
    - `country` string — ISO 3166-1 alpha-2 country code.<br />Has a 2-character limit.
    - `is_primary` boolean — Is Primary Address?
    - `date_created` string
    - `date_updated` string
  - `beneficial_owners` BeneficialOwnerGetSerializer[], required
    - `dob` string, string — Date of birth in YYYY-MM-DD format.
    - `first_name` string, required — First name.<br />Has a 1 to 20-character limit. Must start with an alphabet and may only contain alphabets, spaces, and apostrophes.
    - `middle_name` string — Middle name.<br />Has a 20-character limit. Must start with an alphabet and may only contain alphabets, spaces, and apostrophes.
    - `last_name` string, required — Last name.<br />Has a 2 to 20-character limit. Must start with an alphabet and may only contain alphabets, spaces, and apostrophes.
    - `date_created` string
    - `date_updated` string
    - `addresses` AddressGet[], required
      - `address_id` string, required — String in UUID format corresponds to address address_id of related customer_id
      - `address_type` 'MAILING' | 'PHYSICAL' | 'REGISTERED' — Address type is one of the following : MAILING, PHYSICAL, REGISTERED
      - `street` string — Has a 1 to 40-character limit. May only contain alphanumerics and the special characters `. , _ - #`
      - `street2` string — Has a 40-character limit. May only contain alphanumerics and the special characters `. , _ - #`
      - `city` string — Has a 2 to 40-character limit. May contain only alphanumerics, `-`, `_`,`.`, and spaces
      - `state` string — Has a 2-character limit for US address.<br />Has a 20-character limit for non US address.
      - `zip_code` string — zip code in 5-digit (12345) or 9-digit (12345-1234) format for US address.<br />Has a 2 to 20-character limit for non US address.
      - `country` string — ISO 3166-1 alpha-2 country code.<br />Has a 2-character limit.
      - `is_primary` boolean — Is Primary Address?
      - `date_created` string
      - `date_updated` string

---

[API](https://skmtc.net/bond/apis/customer.md) · [All operations](https://skmtc.net/bond/apis/customer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bond/customer/revisions/62f5ac53144d/schema)
