Skip to main content
POST
Identify an account

Authorizations

Authorization
string
header
required

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

Body

application/json
id
string
required

The unique identifier for the account.

Example:

"account-789"

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

Response

201 - application/json

The account was identified successfully

success
boolean