Skip to main content
POST
Match a patient by demographics

Authorizations

Authorization
string
header
required

Marketplace API key

Headers

X-Organization-Id
string
required

Target clinic organization ID

Body

application/json
firstName
string
Example:

"Jane"

lastName
string
Example:

"Doe"

dateOfBirth
string

YYYY-MM-DD

Example:

"1984-02-11"

phone
string
Example:

"+13135550123"

email
string
Example:

"jane@example.com"

postalCode
string
Example:

"48507"

threshold
number

Minimum score to return (0–1). Defaults to 0.75.

Example:

0.75

limit
number

Maximum candidates to return (1–25). Defaults to 5.

Example:

5

Response

Success

code
string
required

Response code

Example:

"success"

data
object
required