v1
latestOpenAPI 3.1.02026-07-247601.0 MBCreate 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 Create an Account endpoint to add a new account to your team's Apollo account.<br><br>Apollo doesn't apply deduplication processes when you create a new account via the API. If your entry has the same name, domain, or other details as an existing account, Apollo creates a new account instead of updating the existing account. To update an existing account, use the <a href="https://docs.apollo.io/reference/update-an-account">Update an Account endpoint</a> instead.<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.
Request body
Example request
{
"typed_custom_fields": {
"60c39ed82bd02f01154c470a": "2025-08-07"
}
}Response
200
Example response
{
"account": {
"id": "66e9abf95ac32901b20d1a0d",
"domain": "irishcopywriters.ie",
"name": "The Irish Copywriters",
"team_id": "6095a710bd01d100a506d4ac",
"account_stage_id": "6095a710bd01d100a506d4b9",
"source": "api",
"original_source": "api",
"owner_id": "66302798d03b9601c7934ebf",
"created_at": "2024-09-17T16:19:05.663Z",
"phone": "555-555-0108",
"phone_status": "no_status",
"sanitized_phone": "+15555550108",
"existence_level": "full",
"modality": "account",
"source_display_name": "Created from API"
}
}