---
title: "Get company"
method: GET
path: "/v2/company"
tags: ["Companies"]
---

# Get company

`GET /v2/company`

This endpoint returns the company associated with the OAuth2 access token.

## Response `200`

getCompany 200 response

- CompanyResponse
  - `id` string, required
  - `legal_name` string, required
  - `mailing_address` Address, required — Company business address (must be in the US; no PO box or virtual/forwarding addresses allowed).
    - `line1` string, nullable — Address line 1, no PO Box.
    - `line2` string, nullable — Address line 2 (e.g., apartment, suite, unit, or building).
    - `city` string, nullable — City, district, suburb, town, or village.
    - `state` string, nullable — For US-addressed the 2-letter State abbreviation. For international-addresses the county, providence, or region.
    - `country` string, nullable — Two-letter country code (ISO 3166-1 alpha-2).
    - `postal_code` string, nullable — ZIP or postal code.
    - `phone_number` string, nullable — Phone number.
  - `accountType` 'BREX_CLASSIC' | 'BREX_EMPOWER', required

---

[API](https://skmtc.net/brex-com/apis/team-api.md) · [All operations](https://skmtc.net/brex-com/apis/team-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brex-com/team-api/revisions/58e231ca118e/schema)
