v1
latestOpenAPI 3.1.02026-07-247601.0 MBUpdate an Account
This endpoint doesn't consume Apollo credits. Learn more about API pricing and credits.
An <a href="https://knowledge.apollo.io/hc/en-us/articles/5995865049229-View-and-Edit-Accounts" target="_blank">account</a> is a company saved in Apollo.<br><br>Use the Update an Account endpoint to update existing accounts in your team's Apollo account.<br><br>To create a new account, use the <a href="https://docs.apollo.io/reference/create-an-account">Create an Account endpoint</a> instead. To update the account stage for multiple accounts, use the <a href="https://docs.apollo.io/reference/bulk-update-accounts">Bulk Update Accounts endpoint</a>.<br><br>This endpoint requires a master API key. If you call the endpoint without a master key, you receive a 403 response. Check out <a href="https://docs.apollo.io/docs/create-api-key">Create an API Key</a> to learn how to create a master key.
Path parameters
The Apollo ID for the account that you want to update. <br><br>To find account IDs, call the <a href="https://docs.apollo.io/reference/search-for-accounts" target="_blank">Search for Accounts endpoint</a> and identify the id value for the contact. <br><br>Example: 66e9abf95ac32901b20d1a0d
Request body
Example request
{
"typed_custom_fields": {
"60c39ed82bd02f01154c470a": "2025-08-07"
}
}Response
200
Example response
{
"account": {
"id": "66e9abf95ac32901b20d1a0d",
"domain": "irishcopywriters.com",
"name": "The Fast Irish Copywriters",
"team_id": "6095a710bd01d100a506d4ac",
"account_stage_id": "61b8e913e0f4d2012e3af74e",
"source": "api",
"original_source": "api",
"owner_id": "66302798d03b9601c7934ebf",
"created_at": "2024-09-17T16:19:05.663Z",
"phone": "555-555-0172",
"phone_status": "no_status",
"sanitized_phone": "+15555550172",
"existence_level": "full",
"modality": "account",
"source_display_name": "Created from API"
}
}