Skip to main content
GET
Get a customer

Authorizations

Authorization
string
header
required

The organization API key, sent as Authorization: Bearer <key>.

Path Parameters

customerId
string
required

Response

The customer.

city
string | null
required
contacts
object[]
required
country
string | null
required
createdAt
string<date-time>
required
displayName
string | null
required

First and last name joined. Null when the person has not said their name yet — an anonymous lead is still a valid lead.

firstName
string | null
required
id
string
required
lastName
string | null
required
preferredLanguage
string | null
required
summary
string | null
required
tags
string[]
required
updatedAt
string<date-time>
required