Skip to main content
POST
https://api.aisa.one/apis/v1
/
apollo
/
contacts
/
update_owners
Update Contact Owner for Multiple Contacts
curl --request POST \
  --url https://api.aisa.one/apis/v1/apollo/contacts/update_owners \
  --header 'Authorization: Bearer <token>'
{
  "contacts": "<string>",
  "contacts[].id": "<string>",
  "contacts[].owner_id": "<string>",
  "contacts[].crm_owner_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://aisa.one/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Query Parameters

contact_ids[]
string
required

Contact IDs

owner_id
string
required

New owner ID

Response

Successful response

contacts
string

Updated contacts

contacts[].id
string

Contact ID

contacts[].owner_id
string

Owner ID

contacts[].crm_owner_id
string

CRM owner ID