Skip to main content
POST
Bulk Update Contacts
Update several contacts in one call, each identified by its Apollo id. Partial success is normal. Writes land in the AIsa workspace, which every caller shares: the record becomes visible and editable by others, and there is no per-caller isolation.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful response

contacts
string

Updated contacts

contacts[].id
string

Contact ID

contacts[].first_name
string

First name

contacts[].last_name
string

Last name

contacts[].email
string

Email

contacts[].title
string

Title

contacts[].organization_name
string

Organization name

contacts[].owner_id
string

Owner ID

contacts[].account_id
string

Account ID

contacts[].present_raw_address
string

Raw address

contacts[].linkedin_url
string

LinkedIn URL

contacts[].updated_at
string

Updated timestamp