Skip to main content
GET
/
api
/
v1
/
orgs
/
current
/
business-info
Error
A valid request URL is required to generate request examples
{
  "company_info": {
    "name": "<string>",
    "address": {
      "line1": "<string>",
      "city": "<string>",
      "postal_code": "<string>",
      "country": "<string>",
      "line2": "<string>",
      "state": "<string>"
    }
  },
  "tax_id": {
    "value": "<string>",
    "type": "<string>"
  },
  "invoice_email": "<string>",
  "is_business": false
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

Successful Response

company_info
StripeBusinessBillingInfo · object

Stripe customer billing information.

tax_id
StripeTaxId · object

Stripe tax ID.

invoice_email
string | null
is_business
boolean
default:false