---
title: "Get a Business Profile"
method: GET
path: "/v1/business_profile/{business_profile_id}"
tags: ["User"]
---

# Get a Business Profile

`GET /v1/business_profile/{business_profile_id}`

> 📘
>
> You can place your application's `client_id` into the `username` field, and your `client_secret` into the `password` form field of the Authentication section of this documentation 👉.

This endpoint retrieves the details of a Business Profile.

## Path parameters

- `business_profile_id` string, required

## Response `200`

Successful response

- object
  - `id` string — Unique Astra Business Profile ID
  - `first_name` string — First name of the business user
  - `last_name` string — Last name of the business user
  - `email` string — Email address of the business user
  - `phone` string — Phone number of the business user
  - `kyb_type` 'receive-only' | 'unverified' | 'verified' — The verification type of the business user, which determines the user's capabilities to send and/or receive funds
  - `business_info` object
    - `business_name` string — The registered name of the business
    - `business_type` 'soleProprietorship' | 'corporation' | 'llc' | 'nonprofit' | 'partnership' — The structure of the business
    - `ein` string — The Employer Identification Number of the business (XX-XXXXXXX)
    - `doing_business_as` string — The preferred name of the business
    - `phone` string — Phone number of the business (format: +15557771234)
    - `address1` string — Address line 1 of the business address
    - `address2` string — Address line 2 of the business address
    - `city` string — The city of the business address
    - `state` string — The US state of the business address
    - `postal_code` string — The 5 digit postal code of the business address
    - `website` string — The website of the business
  - `business_admin` object
    - `first_name` string — The legal first name of the business admin
    - `last_name` string — The legal last name of the business admin
    - `email` string — The email address of the business admin
    - `address1` string — Address line 1 of the business admin's address
    - `address2` string — Address line 2 of the business admin's address
    - `city` string — The city of the business admin's address
    - `state` string — The US State of the business admin's address
    - `postal_code` string — The 5 digit postal code of the business admin's address
  - `business_controller` object
    - `first_name` string — The legal first name of the business controller
    - `last_name` string — The legal last name of the business controller
    - `email` string — Email of the business user
    - `title` string — The job title of the business controller
    - `address1` string — Address line 1 of the business controller's address
    - `address2` string — Address line 2 of the business controller's address
    - `city` string — The city of the business controller' address
    - `state` string — The US State of the business controller's address
    - `postal_code` string — The 5 digit postal code of the business controller's address

---

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