---
title: "The company organization profile."
method: GET
path: "/organization"
tags: ["Identity"]
---

# The company organization profile.

`GET /organization`

## Query parameters

- `investmentPreferences` string — Set to "true" to include the company’s investment preferences.

## Response `200`

The organization profile.

- Organization
  - `legalName` string, nullable, required
  - `doingBusinessAs` string, nullable, required
  - `federalEinLast4` string, nullable, required
  - `phoneNumber` object, nullable, required
    - `countryCode` string, required
    - `number` string, required
  - `companyLegalAddress` string, nullable, required — The legal address rendered exactly as the dashboard shows it: line1, optional line2, then "city, state postalCode" (newline-separated). null when the company has none.
  - `investmentPreferences` object, nullable — Omitted unless the caller opts in; null when opted in but the company has none set.
    - `investmentPreference` 'PROTECTION' | 'YIELD' | 'GOVERNMENT_SECURITIES', required
    - `timeHorizon` 'SHORT_TERM' | 'MEDIUM_TERM' | 'LONG_TERM', required
    - `investmentAmount` Money, required — An amount as integer minor units plus its currency.
      - `minorUnits` integer, required — Integer minor units (e.g. cents for USD); never a float.
      - `currency` string, required — ISO 4217 currency code, e.g. "USD".
    - `createdAt` string, required — ISO 8601 timestamp, UTC.

---

[API](https://skmtc.dev/joinarc/apis/arc-api.md) · [All operations](https://skmtc.dev/joinarc/apis/arc-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/joinarc/arc-api/revisions/f0dc4aa0fe84/schema)
