Skip to main content

Get Contact

GET 

/crm/contacts/:contactId

Get contact based on id

Request

Path Parameters

    contactId stringrequired

    The item id of the contact record

Query Parameters

    credentialId stringrequired

    The ID of the credential.

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

Schema

    contact

    object

    remoteId string
    firstName string
    lastName string
    account

    addresses

    object[]

  • Array [

  • addressType string
  • ]

  • emailAddresses array
    phoneNumbers array
    lastActivityAt string
    id string
    remoteCreatedAt string
    remoteUpdatedAt string
    remoteDeleted boolean

    Default value: true

    createdAt string
    updatedAt string
Loading...