Skip to main content

Get Account

GET 

/crm/accounts/:accountId

Get account for a specified user and credential set

Request

Path Parameters

    accountId stringrequired

    The item id of the account record

Query Parameters

    connectionId stringrequired

    The ID of the connection.

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

Schema

    account

    object

    website string
    industry string

    addresses

    object[]

  • Array [

  • country string
    street1 string
    state string
    city string
    addressType string
    postalCode string
  • ]

  • phoneNumbers

    object[]

  • Array [

  • phoneNumberType string
    phoneNumber string
  • ]

  • remoteId string
    lastActivityAt string
    accountOwner string
    accountName string
    numberOfEmployees integer

    Default value: 0

    description string
    id string
    remoteCreatedAt string
    remoteUpdatedAt string
    remoteDeleted boolean

    Default value: true

    createdAt string
    updatedAt string
Loading...