CRM
Create account
Creates an account from a domain, or returns the existing account when the domain is already present. Additional account fields are persisted as system or custom attributes when supported.
post/v1/accounts
Request body
Example request
{
"domain": "acme.com",
"name": "Acme"
}Response
Account was created or resolved.
Example response
{
"success": true
}