---
title: "Get business data"
method: GET
path: "/verify/get_business_data_from_request/{verification_session_id}"
tags: ["KYB > Quick Start"]
---

# Get business data

`GET /verify/get_business_data_from_request/{verification_session_id}`

Endpoint used to get business data from verification session

## Path parameters

- `verification_session_id` string, required

## Response `200`

Successful operation

- BusinessDataWithComputedFields
  - `name` string — The business name. (Legal name preferred)
  - `alternate_name` string — Alternate business name. (DBA)
  - `tax_identification_number` string — Tax ID
  - `website` string — The business website
  - `formation_date` string — The formation date in YYYY-MM-DD format
  - `country_code` string — A 2-letter ISO country code where business is primarily registered.
  - `state_code` string — State Code of the province/region where business is primarily registered.
  - `business_entity_id` string — Entity ID given by the government to the business.
  - `addresses` Address[] — List of addresses associated with this business
    - `address_street_1` string — Address street 1
    - `address_street_2` string — Address street 2
    - `address_city` string — Address city
    - `address_state` string — Address state or region
    - `address_zip_code` string — Address zip code
    - `address_country` string — 2-letter address country code
  - `phone_numbers` string[] — List of phone numbers associated with this business
  - `email_addresses` string[] — List of email addresses associated with this business
  - `questions_response` object — Questions responded by the business

## Other responses

- `400` — Bad Request

---

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