Contacts
Get Contact
Fetch a single contact by ID.
GET
/io/contacts/contacts/:idReturns a single contact owned by the acting user.
Path parameters
idstringpathrequiredThe contact UUID.
{
"data": {
"id": "cnt_abc123",
"email": "[email protected]",
"first_name": "Alice",
"last_name": "Smith",
"status": "subscribed",
"lead_score": 72,
"engagement_tier": "high",
"total_opens": 14,
"total_clicks": 3,
"created_at": "2026-01-15T10:00:00Z"
}
}{ "error": "Contact not found" }