---
title: "Get Company Info"
method: GET
path: "/api/v1/orgs/current/business-info"
tags: ["orgs"]
---

# Get Company Info

`GET /api/v1/orgs/current/business-info`

## Response `200`

Successful Response

- StripeBusinessInfoOutput
  - `company_info` StripeBusinessBillingInfo — Stripe customer billing information.
    - `name` string, required
    - `address` StripeCustomerAddress — Stripe customer address.
      - `line1` string, required
      - `line2` string, nullable
      - `city` string, required
      - `state` string, nullable
      - `postal_code` string, required
      - `country` string, required
  - `tax_id` StripeTaxId — Stripe tax ID.
    - `value` string, required
    - `type` string, required
  - `invoice_email` string, nullable
  - `is_business` boolean

---

[API](https://skmtc.net/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/versions/a0acb3a6a101/schema)
