---
title: "Get Business Lookup Data"
method: GET
path: "/programs/{programCode}/businessProfile/application/lookups"
tags: ["BusinessProfile"]
---

# Get Business Lookup Data

`GET /programs/{programCode}/businessProfile/application/lookups`

Retrieves business lookup data for the specified program.

## Path parameters

- `programCode` string, required

## Headers

- `X-GD-RequestId` string, required

## Response `200`

OK

- GetBusinessLookupResponse — Represents the response returned after retrieving business lookup data. Contains lists of available business industries, consumer profile types, and consumer profile roles. Inherits standard response metadata from Gd.Bos.DataTransfer.Response.ResponseBase.
  - `businessIndustry` IndustryItem[], nullable — The list of available business industries, each with a code and description.
    - `businessIndustryCode` string, nullable — The code representing the business industry (e.g., NAICS or custom industry code).
    - `description` string, nullable — The human-readable description of the business industry.
  - `consumerProfileType` StructureItem[], nullable — The list of available consumer profile types (business structures), each with a code, description, and allowed number of owners.
    - `consumerProfileTypeCode` string, nullable — The code representing the consumer profile type or business structure.
    - `description` string, nullable — The human-readable description of the business structure.
    - `numberOfOwnersAllowed` integer — The number of owners allowed for this business structure.
  - `consumerProfileRole` RoleItem[], nullable — The list of available consumer profile roles, each with a code, description, and associated profile type codes.
    - `consumerProfileRoleCode` string, nullable — The code representing the consumer profile role (e.g., "OWNER", "ADMIN").
    - `description` string, nullable — The human-readable description of the consumer profile role.
    - `consumerProfileTypeCodes` string[], nullable — The list of consumer profile type codes (business structures) that this role is associated with.
  - `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)
