Skip to main content
GET
List everyone and everything your organization verified

Authorizations

X-API-Key
string
header
required

Query Parameters

limit
integer
default:10

Maximum number of records to return in a single page. Must be between 1 and 1000.

Required range: 1 <= x <= 1000
offset
integer | null

Number of records to skip from the beginning. Use 0 for the first page. Cannot be used with cursor.

Required range: x >= 0
cursor
string | null

Opaque pagination cursor token that identifies the position in the result set. Use the cursor from the previous response to get the next page. Cannot be used with offset.

type
enum<string> | null

Only rows of this type; omit for both populations.

Available options:
Business,
Person
search
string | null

A prn_ or bus_ reference, or free text matched against people's names, emails and phones and businesses' registered names; nine digits also match as an exact EIN.

Maximum string length: 200

Response

Paginated directory entries, most recently added first, scoped to the calling organization.

type
enum<string>
required

Which population this row belongs to.

Available options:
Business,
Person
ref
string
required

This organization's pairwise reference — prn_ for a person, bus_ for a business.

display_name
string
required

The person's verified name, or the legal name.

added_at
string<date-time>
required

When your organization first held this pairwise reference — the instant both populations share, and the order this listing is returned in.

last_verified_at
string<date-time> | null

The person's latest verification, or the business's latest covering evaluation by your organization.

person
IdentityListItemResponse (v1) · object | null

The person's row, when type is Person.

business
BusinessListItemResponse (v1) · object | null

The business's row, when type is Business.