Skip to main content
POST
Commit Account

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required
Minimum string length: 1
domain
string | null
industry
enum<string> | null

Account industry taxonomy — keep in sync with frontend industry-options.ts.

Pydantic renders this as a JSON-schema enum, so it is at once the API validation, the constraint handed to the AI, and the account form's option list. StrEnum so members serialize as their labels.

Available options:
Food & Beverage,
Technology,
Healthcare,
Financial Services,
Retail,
Manufacturing,
Professional Services,
Real Estate,
Education,
Media & Entertainment,
Transportation & Logistics,
Energy,
Agriculture,
Construction,
Hospitality & Travel,
Other
website
string | null
owner_id
string | null
contacts
ContactCommitItem · object[] | null
description
string | null
enrichment_snapshot
Enrichment Snapshot · object | null

Same JSON as SSE enrichment payload; mapped server-side only.

Response

Successful Response