Accounts
Update an account
PATCH
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier
Example:
"RiHO4e0Ju3DS"
Query Parameters
Select the account properties that should be returned
Available options:
name
, website
, ownerId
, logo
, salesforceAccountId
, hubspotCompanyId
, createdAt
, updatedAt
, customFields.name
, customFields.type
, customFields.variableName
, customFields.value
Body
application/json
Name of the account
Minimum length:
1
Example:
"Dock"
Website of the account
Example:
"https://dock.us"
Owner ID of the account
Example:
"RiHO4e0Ju3DS"
Logo url of the account
Example:
"https://dock.us/logo.png"
Custom fields to update
Response
200
application/json
Account updated