---
title: "Get PII for the authenticated partner and user"
method: GET
path: "/v1/pii"
tags: ["Pii"]
---

# Get PII for the authenticated partner and user

`GET /v1/pii`

Returns the user's PII (full legal name, country of citizenship, tax ID, permanent address) to pre-fill tax forms such as the W-8BEN. Fields that are unavailable are null.

## Response `200`

Successful response.

- Pii — The user's PII used to pre-fill tax forms. Fields that are unavailable are null.
  - `date_of_birth` string, date, nullable, required — Date of birth as an ISO 8601 date (YYYY-MM-DD). Null for companies and when unavailable.
  - `full_legal_name` string, nullable, required — Full legal name. For persons: first, middle and last name joined. For companies: the company name.
  - `jurisdiction` object, nullable, required — Jurisdiction of the entity, sourced from the entity's address country
    - `iso_2` string, required — ISO 3166-1 alpha-2 country code
    - `name` string, nullable, required — Country display name
  - `kind` 'person' | 'company', required — Kind of the entity the PII belongs to
  - `object` 'user_pii', required — String representing the object's type. Objects of the same type share the same value.
  - `permanent_address` object, required — Permanent address of the entity
    - `city` string, nullable, required
    - `country` string, nullable, required — ISO 3166-1 alpha-2 country code
    - `postal_code` string, nullable, required
    - `state` string, nullable, required — State or region code
    - `street` string, nullable, required
  - `tax_id` string, nullable, required — Tax identification number. For persons: SSN or foreign TIN. For companies: EIN.

## Other responses

- `default` — Error response.

---

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