Skip to main content
GET
Get Contact

Authorizations

Authorization
string
header
required

Company API Key

Path Parameters

contact_id
string
required

The ID of the contact

Query Parameters

pn
boolean
default:false

If true, returns 404 when the contact has no phone number

Response

Contact details retrieved successfully

id
string<uuid>
name
string | null
email
string | null
phone
string | null
business_name
string | null
notes
string | null
active_chat_agent
object | null

May be null when no active chat agent is assigned.

tags
string[]
lead_source
enum<string>
Available options:
manual,
api,
webhook,
facebook,
instagram,
import
is_dnd
boolean
profile_picture_url
string | null
last_activity
string<date-time> | null
created_at
string<date-time> | null
recent_activity
object[]

Up to 3 most recent AgentThread rows for this contact.