Misar Docs
MisarMailMisar.BlogMisarReachMisarPostMisar.DevMisar PlatformMisar IdentityMisar Posts API
Contacts

Get Contact

Fetch a single contact by ID.

GET/io/contacts/contacts/:id

Returns a single contact owned by the acting user.

Path parameters

idstringpathrequired

The 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" }