Skip to main content
POST
Identify a contact

Authorizations

Authorization
string
header
required

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

Body

application/json
id
string
required

External contact ID

shouldUnflattenProperties
boolean | null

Whether to unflatten properties that are meant to be nested objects for example { "plan.type": "Pro" } will be unflattened to { "plan": { "type": "Pro" } }

properties
object | null

Properties prefixed with $ are handled specially. Otherwise, additional key-value pairs will be metadata once ingested into the system

account
object | null
source
string | null

Source system to limit search to

Response

201 - application/json

The customer was identified successfully

success
boolean