Skip to main content
GET
Get Person

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string<uuid>
required

Response

Successful Response

id
string<uuid>
required

The unique identifier of the person

Example:

"3605eec5-940f-4d54-9d48-da1cffe940ac"

first_name
string
required

The first name of the person

Examples:

"John"

"Jane"

last_name
string
required

The last name of the person

Examples:

"Doe"

"Smith"

ssn
string
required

The social security number of the person

Example:

"XXXXX1234"

created_at
string<date-time>
required

When the person record was created

Example:

"2025-01-15T12:00:00Z"

middle_name
string | null

The middle name of the person

Example:

"Michael"

phone_number
string | null

The phone number of the person in E164 format

Example:

"+17075489914"

email
string | null

The email address of the person

Example:

"johndoe@example.com"

date_of_birth
string<date> | null

The date of birth of the person

Example:

"1990-01-15"

gender
enum<string> | null

The gender of the person

Available options:
M,
F
Example:

"M"

marital_status
enum<string> | null

The marital status of the person

Available options:
married,
single,
divorced,
widowed,
separated,
domestic_partner,
civil_union,
other
Example:

"married"

suffix
string | null

The suffix of the person

Example:

"Jr."

title
string | null

The title of the person

Example:

"Mr."

updated_at
string<date-time> | null

When the person record was last updated

Example:

"2025-01-15T12:00:00Z"

dockets
DocketResponse (v1) · object[]

The dockets associated with the person

liens
LienFilingResponse (v1) · object[]

The liens associated with the person

watchlist_hits
WatchlistHitResponse (v1) · object[]

The watchlist hits associated with the person.