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

Example:

"John"

last_name
string
required

Last name

Example:

"Doe"

id
string

ID of the object

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

Full name

Example:

"John Doe"

middle_initials
string | null

Middle initials

Example:

"K"

email
string<email> | null

Email address

Example:

"john.doe@example.com"

ssn
string

Social security number (Full or last 4 digits)

Example:

"123456789"

date_of_birth
string<date> | null

Date of birth

Example:

"1992-03-03"

home_address
object | null

Home address