Retrieve a customer

Retrieve a customer object.

get

Retrieve a customer.

Authorizations
AuthorizationstringRequired

Bearer {apikey}

Path parameters
agentIdstringRequired

The ID of the agent.

customerIdstringRequired

The ID of the customer.

Responses
chevron-right
200

Successful Response

application/json

This an object representing a customer.

idstringOptional
phoneNumberstringOptional
firstNamestringOptional
lastNamestringOptional
aliasstringOptional
dobstring · dateOptional
pronounstringOptional
genderstringOptional
sexstring · enumOptionalPossible values:
preferredLanguagestringOptional
emailstringOptional
biostringOptional
photoURLstringOptional
facebookProfileURLstringOptional
instagramProfileURLstringOptional
tiktokProfileURLstringOptional
telegramProfileURLstringOptional
channelstringOptional
workplaceIdstringOptional
tagsstring[]Optional
createdAtstring · date-timeOptional
updatedAtstring · date-timeOptional
get
/v1/agents/{agentId}/customers/{customerId}

Last updated