API reference/Accounts
Update account
Updates an account by its id and returns the updated record. Responds 404 if no account with that id exists in the authenticated company.
Authorization
AuthorizationRequiredBearer <token>API key as Bearer token: Authorization: Bearer sk_live_.... Use sk_live_ prefixed keys for production data and sk_test_ prefixed keys for sandbox/test data.
In: header
X-API-Key<token>API key via header: X-API-Key: sk_live_.... Use sk_live_ prefixed keys for production data and sk_test_ prefixed keys for sandbox/test data.
In: header
Request Body
application/jsonRequirednamestringwebsitestringindustrystringsizestringValue in:
"small" | "medium" | "large" | "enterprise"phonestringaddressstringextraInformationstringstatusstringDefault:
"active"Value in: "active" | "inactive" | "prospect" | "customer" | "churned"tagsarray<string>Path Parameters
idRequiredstringResource ID
Format:
"uuid"Updated account