Skip to main content
POST
Probabilistic (fuzzy) identity match

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Body

application/json
email
string
Required string length: 3 - 254
phone
string

Accepts E.164 or display formats; normalized server-side.

Required string length: 3 - 64
first_name
string
Required string length: 1 - 200
last_name
string
Required string length: 1 - 200
company
string
Required string length: 1 - 200
limit
integer
default:10

Max candidates returned (post-scoring).

Required range: 1 <= x <= 50
review_threshold
number
default:0.6

Confidence floor for the review band. Must be <= auto_merge_threshold.

Required range: 0 <= x <= 1
auto_merge_threshold
number
default:0.9

Confidence at/above which a candidate is banded auto_merge.

Required range: 0 <= x <= 1

Response

Ranked match candidates (may be empty)

data
object
meta
object