Skip to main content
POST
Bulk create accounts

Authorizations

x-api-key
string
header
required

Public API key for the Octolane organization.

Body

application/json

Array of account payloads. Maximum 100 items.

Required array length: 1 - 100 elements
domain
string
required

Company domain.

Example:

"acme.com"

name
string | null
Example:

"Acme"

industry
string | null
logo
string | null
linkedin
string | null
twitter
string | null
twitter_followers
number | null
description
string | null
primary_location
string | null
founded
number | null
Required range: 1000 <= x <= 9999
estimated_revenue
number | null
total_fund_raised
number | null
employee_range
string | null
type
string | null
tags
first_email_interaction
last_email_interaction
first_meeting_interaction
last_meeting_interaction
last_interaction
next_meeting

Response

Accounts were created or resolved.

success
boolean
Example:

true

message
string
data
any

Endpoint-specific response payload.