cURL
curl --request PATCH \ --url https://api.example.com/v1/preview/accounts/{account_id} \ --header 'Content-Type: application/json' \ --data ' { "name": "Acme Corp", "status": "PROSPECTING", "notes": "<string>", "owner": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "tags": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] } '
{ "data": { "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "name": "Acme Corp", "status": "active", "owner": { "id": "<string>", "first_name": "Jane", "last_name": "Smith" }, "notes": "Key enterprise prospect", "company": { "domain": "acme.com", "linkedin_url": "https://linkedin.com/company/acme", "description": "Enterprise software company specializing in AI-driven sales tools", "employee_count": 250, "founded_year": 2019, "industries": [ "<string>" ], "total_funding_usd": 50000000, "last_funding_date": "2024-03-15" }, "scoring": { "tier": "A", "heat_score": "Hot" }, "tags": [ "<string>" ] }, "meta": { "timestamp": "2023-11-07T05:31:56Z" } }
Documentation IndexFetch the complete documentation index at: https://docs.monaco.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.monaco.com/llms.txt
Use this file to discover all available pages before exploring further.
Display name for the account
"Acme Corp"
Account status
"PROSPECTING"
Notes about the account
User ID to assign as account owner
List of tag IDs to associate with the account
Successful Response
Account resource. Custom fields appear as additional keys prefixed with custom_field_.
custom_field_
Show child attributes