---
title: "The key owner’s personal profile."
method: GET
path: "/profile"
tags: ["Identity"]
---

# The key owner’s personal profile.

`GET /profile`

## Response `200`

The owner’s profile.

- Profile
  - `legalName` string, nullable, required
  - `email` string, nullable, required
  - `phone` object, nullable, required
    - `countryCode` string, required
    - `number` string, required
  - `address` string, nullable, required — Rendered as the dashboard shows it: line1, optional line2, "city, state postalCode", then country (newline-separated). null without a KYC profile.
  - `dateOfBirth` string, nullable, required — yyyy-MM-dd (UTC); null without a KYC profile.
  - `jobTitle` string, nullable, required
  - `ownershipPercentage` number, nullable, required
  - `citizenship` string, nullable, required — Country code, e.g. "US"; null without a KYC profile.
  - `identificationCollected` boolean, required

---

[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)
