Skip to main content
GET
Get PII for the authenticated partner and user

Authorizations

Authorization
string
header
required

OAuth 2.0 authorization and token endpoints

Response

Successful response.

The user's PII used to pre-fill tax forms. Fields that are unavailable are null.

date_of_birth
string<date> | null
required

Date of birth as an ISO 8601 date (YYYY-MM-DD). Null for companies and when unavailable.

Example:

"1990-01-15"

Full legal name. For persons: first, middle and last name joined. For companies: the company name.

Example:

"Aleksander Nowak"

jurisdiction
object | null
required

Jurisdiction of the entity, sourced from the entity's address country

kind
enum<string>
required

Kind of the entity the PII belongs to

Available options:
person,
company
Example:

"person"

object
enum<string>
required

String representing the object's type. Objects of the same type share the same value.

Available options:
user_pii
permanent_address
object
required

Permanent address of the entity

tax_id
string | null
required

Tax identification number. For persons: SSN or foreign TIN. For companies: EIN.