v3

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-273246117.6 KB
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

domainstring required

Company domain.

namestring nullable
industrystring nullable
logostring nullable
linkedinstring nullable
twitterstring nullable
twitter_followersnumber nullable
descriptionstring nullable
primary_locationstring nullable
foundednumber nullable
estimated_revenuenumber nullable
total_fund_raisednumber nullable
employee_rangestring nullable
typestring nullable

Example request

{
  "domain": "acme.com",
  "name": "Acme"
}

Response

Account was created or resolved.

successboolean
messagestring
{"stackTrail":"components:schemas:ApiResponse:properties:data","oasType":"schema","type":"unknown","description":"Endpoint-specific response payload."}

Example response

{
  "success": true
}