Contacts
Identify a customer
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The unique identifier for the project.
Whether to unflatten properties that are meant to be nested objects for example { "plan.type": "Pro" }
will be unflattened to { "plan": { "type": "Pro" } }
Properties prefixed with $
are handled specially. Otherwise, additional key-value pairs will be metadata once ingested into the system
Response
201 - application/json
The customer was identified successfully