v1

latestOpenAPI 3.0.12026-07-1351620.2 KB

Identify an account

post/accounts/identify

Request body

idstring required

The unique identifier for the account.

shouldUnflattenPropertiesboolean nullable

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

Example request

{
  "id": "account-789",
  "properties": {
    "$name": "Acme, Inc.",
    "$domain": "acme.com",
    "$contractValue": 100000
  }
}

Response

The account was identified successfully

successboolean