Skip to main content
PATCH
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Unique identifier

Example:

"RiHO4e0Ju3DS"

Query Parameters

properties
enum<string>[]

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
string

Name of the account

Minimum string length: 1
Example:

"Dock"

website
string<uri>

Website of the account

Example:

"https://dock.us"

ownerId
string

Owner ID of the account

Example:

"RiHO4e0Ju3DS"

Logo url of the account

Example:

"https://dock.us/logo.png"

customFields
(Single-line text · object | Multi-line text · object | Rich text · object | Date · object | Number · object | Single checkbox · object | Multiple checkboxes · object | Dropdown select · object | Radio select · object)[]

Custom fields to update

Response

Account updated

data
object