Skip to main content
POST
Search Person

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

Full name to search for

Required string length: 2 - 200
company
string | null

Company name (optional if domain provided)

Maximum string length: 200
domain
string | null

Company domain (optional if company provided)

Maximum string length: 253

Response

Successful Response

found
boolean
required
person
Person · object | null
prediction
Prediction · object | null
verification
Verification · object | null
confidence_breakdown
Confidence Breakdown · object
source
string
default:none
error
string | null