Accounts
Identify an account
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The unique identifier for the account.
Example:
"account-789"
Whether to unflatten properties that are meant to be nested objects for example { "plan.type": "Pro" }
will be unflattened to { "plan": { "type": "Pro" } }
Response
201 - application/json
The account was identified successfully