Skip to main content
GET
Retrieve an identity

Authorizations

X-Access-Client-Id
string
header
required

Client ID

X-Access-Secret
string
header
required

Client Access Key

Path Parameters

Link ID

Response

Person's identity information

first_name
string
required

First name

Maximum string length: 50
Example:

"John"

last_name
string
required

Last name

Maximum string length: 50
Example:

"Doe"

id
string

ID of the object

Maximum string length: 32
Example:

"48427a36d43c4d5aa6324bc06c692456"

created_at
string

Person's identity info was retrieved first time (ISO 8601)

Example:

"2022-06-07T15:00:00Z"

updated_at
string

Person's identity info was retrieved last time (ISO 8601)

Example:

"2022-06-30T15:00:00Z"

full_name
string | null

Full name

Maximum string length: 256
Example:

"John Doe"

middle_initials
string | null

Middle initials

Maximum string length: 50
Example:

"K"

email
string<email> | null

Email address. Normalized to lowercase.

Maximum string length: 254
Example:

"john.doe@example.com"

ssn
string | null

Social security number — either the full 9 digits or the last 4 digits, depending on what the data source exposes. Digits only, never formatted with dashes.

Pattern: ^(\d{4}|\d{9})$
Example:

"123456789"

date_of_birth
string<date> | null

Date of birth

Example:

"1992-03-03"

home_address
object | null

Home address