Bulk Create Accounts
Creates multiple new accounts in Apollo.
Query
Comma-separated response fields to include.
Body
Array of account attribute objects (maximum 100 accounts per request)
Account name
Company domain (e.g., 'example.com')
Account owner user ID (BSON::ObjectId format). Defaults to current user if not provided
Company phone number
Phone validation status
Company address
LinkedIn company page URL
Facebook page URL
Twitter profile URL
Salesforce account ID for CRM integration
HubSpot company ID for CRM integration
Additional CRM IDs for deduplication
Apollo organization ID
Parent account ID for account hierarchy (BSON::ObjectId format)
Account stage/pipeline stage ID (BSON::ObjectId format)
Custom field values as key-value pairs where key is the field_id and value is the field_value
Label names to apply to the account
Enable aggressive deduplication by domain, organization_id, and name. When false (default), only matches by CRM IDs. When true, also matches by domain, organization_id, and name. Existing accounts are returned without modification in both modes