---
title: "Get Business Metadata"
method: GET
path: "/programs/{programCode}/accounts/{accountIdentifier}/businessProfile/application"
tags: ["BusinessProfile"]
---

# Get Business Metadata

`GET /programs/{programCode}/accounts/{accountIdentifier}/businessProfile/application`

Retrieves business metadata for the specified business account.

## Path parameters

- `programCode` string, required
- `accountIdentifier` string, required

## Headers

- `X-GD-RequestId` string, required

## Response `200`

OK

- GetBusinessMetadataResponse — Represents the response returned after retrieving business metadata for an account. Contains business information, address, and a list of owners. Inherits standard response metadata from Gd.Bos.DataTransfer.Response.ResponseBase.
  - `info` BusinessInfoDataModel — Represents business information details for a business account.
    - `businessName` string, nullable — The business's display name.
    - `businessIndustryCode` string, nullable — The code representing the business's industry.
    - `incorporatedState` string, nullable — The state in which the business is incorporated.
    - `startDate` string, nullable — The start date of the business (as a string).
    - `last4TaxId` string, nullable — The last 4 digits of the business's tax ID.
    - `companyProfileTypeCode` string, nullable — The code representing the business's company profile type.
    - `companyProfileRoleCode` string, nullable — The code representing the business's company profile role.
  - `address` BusinessAddressDataModel — Represents the business address details for a business account.
    - `addressLineone` string, nullable — The first line of the business address.
    - `addressLinetwo` string, nullable — The second line of the business address (optional).
    - `city` string, nullable — The city where the business is located.
    - `state` string, nullable — The state or province where the business is located.
    - `zip` string, nullable — The ZIP or postal code for the business address.
    - `phoneNumber` string, nullable — The business's phone number.
  - `owners` GetOwnerDataTransferModel[], nullable — The list of owners associated with the business, including identifiers, names, address, SSN, birth year, and verification status.
    - `ownerIdentifier` string, nullable — The unique identifier for the owner.
    - `firstName` string, nullable — The owner's first name.
    - `middleName` string, nullable — The owner's middle name (optional).
    - `lastName` string, nullable — The owner's last name.
    - `addresslineone` string, nullable — The first line of the owner's address.
    - `addresslinetwo` string, nullable — The second line of the owner's address (optional).
    - `state` string, nullable — The state or province of the owner's address.
    - `city` string, nullable — The city of the owner's address.
    - `zip` string, nullable — The ZIP or postal code of the owner's address.
    - `last4SSN` string, nullable — The last 4 digits of the owner's SSN.
    - `birthYear` string, nullable — The owner's birth year.
    - `confirmedIndividual` boolean — Indicates whether the individual has been confirmed (e.g., for KYC or compliance).
    - `verified` boolean — Indicates whether the owner has been verified.
  - `responseDetails` ResponseDetail[], nullable — Required: A list of response details providing status codes, descriptions, and additional information about the result of the operation.
    - `code` integer — The primary status or error code for the response (e.g., 200 for success, 400 for validation error).
    - `subCode` integer, nullable — An optional subcode providing more granular detail about the response or error.
    - `description` string, nullable — A human-readable description of the response, error, or status.
    - `url` string, nullable — A URL linking to documentation or a web page with more information about the response code.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/greendot/apis/baas-apis.md) · [All operations](https://skmtc.net/greendot/apis/baas-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/greendot/baas-apis/revisions/666553766b78/schema)
