v1

latestOpenAPI 3.0.02026-08-0645062.8 KB

Create a new account

Create a new contact with the provided details. Requires a valid Bearer token.

post/accounts

Request body

companyNamestring required
websitestring
industrystring
noOfEmployeesnumber
descriptionstring
headquartersstring
groupIdstring
typeIdstring
priorityIdstring
labelIdsstring[]
dealIdsstring[]

Response

Account created successfully

messagestring
accountIdstring uuid

Example response

{
  "message": "Account created successfully!",
  "accountId": "c056d1e3-62e8-4ec3-b733-7a7485fa48c8"
}