GET
/
v2
/
legal_entity
{
  "id": "<string>",
  "name": "<string>",
  "notices_url": "<string>",
  "user_email": "<string>",
  "business_name": "<string>",
  "entity_type": "unset",
  "tax_classification": "unset",
  "incorporation_region": "AL",
  "incorporated_date": "2023-12-25",
  "ein": "<string>",
  "llc_managed_type": "member_managed",
  "business_purpose": "<string>",
  "business_phone": "<string>",
  "business_email": "<string>",
  "business_address": {
    "id": "<string>",
    "address_line_1": "<string>",
    "address_line_2": "<string>",
    "city": "<string>",
    "state": "<string>",
    "country": "<string>",
    "postal_code": "<string>"
  },
  "mailing_address": {
    "id": "<string>",
    "address_line_1": "<string>",
    "address_line_2": "<string>",
    "city": "<string>",
    "state": "<string>",
    "country": "<string>",
    "postal_code": "<string>"
  },
  "naics_code": "<string>",
  "accounting_method": "accrual",
  "accounting_period": "fiscal",
  "accounting_year_end": 1,
  "futa_liability_year": "<string>",
  "last_payroll_update": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

200 - application/json

Successful Response

The response is of type object.