Accounts
Update an account
Update an account by ID. Currently this endpoint only supports updating workspace custom field values.
PATCH
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier
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
Custom fields to update
Logo url of the account
Name of the account
Minimum length:
1
Owner ID of the account
Website of the account
Response
200 - application/json