Skip to main content
GET
Retrieve a contact

Authorizations

Authorization
string
header
required

Your API key, e.g. flv_9f2a8c1e…

Path Parameters

contactId
string<uuid>
required

The contact id.

Response

id
string<uuid>
required
name
string
required
phone
string | null
required

Digits only, no + prefix

email
string | null
required
avatar
string | null
required
notes
string | null
required
status
enum<string>
required
Available options:
active,
archived
isBlocked
boolean
required

Blocked contacts cannot send or receive messages

sourceMethod
string | null
required

How the contact entered the system, e.g. MANUAL, IMPORT

assigneeId
string<uuid> | null
required

Must be set before a message can be sent to this contact

stageId
string<uuid> | null
required
tags
object[]
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
lastInteractionAt
string<date-time> | null
required