Create account
Accounts
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
Create account
Also use this to look up an account by domain. This endpoint is idempotent — if an account with the given
domain already exists, it returns that existing account instead of creating a duplicate. So sending a POST with just a domain is a safe way to resolve or fetch an account by its domain.Need to find accounts by other criteria, or match many at once? Use Search accounts for filtered search.Authorizations
Public API key for the Octolane organization.
Body
application/json
Account payload.
Company domain.
Example:
"acme.com"
Example:
"Acme"
Required range:
1000 <= x <= 9999