GET
/
api
/
contacts
/
{contactId}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

contactId
string
required

ID of the contact to retrieve

Response

200 - application/json
id
string
name
string
number
string
email
string
profilePicUrl
string
isGroup
boolean
isAdmin
boolean
isOpen
boolean
isBotEnabled
boolean
utmCampaign
string
utmContent
string
utmMedium
string
utmSource
string
utmTerms
string
active
boolean
channel
string
whatsappId
string
companyId
string
createdAt
string
updatedAt
string