Skip to main content
PATCH
https://api.aisa.one/apis/v1
/
apollo
/
accounts
/
{account_id}
Update an Account
curl --request PATCH \
  --url https://api.aisa.one/apis/v1/apollo/accounts/{account_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "domain": "<string>",
  "owner_id": "<string>",
  "account_stage_id": "<string>",
  "raw_address": "<string>",
  "phone": "<string>",
  "typed_custom_fields": {}
}
'
{}

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.

Path Parameters

account_id
string
required

Account ID

Body

application/json
name
string

Account name

domain
string

Account domain

owner_id
string

Owner ID

account_stage_id
string

Account stage ID

raw_address
string

Raw address

phone
string

Phone number

typed_custom_fields
object

Typed custom fields object

Response

Successful response

The response is of type object.