Contacts
Centralized Contacts, Segments, and Lead Scoring shared across every Misar product.
The Contacts API is the single source of truth for contacts across the Misar ecosystem. MisarMail, MisarReach, and any other Misar product read from and write to this centralized store — there is no per-product contacts table.
What's included:
Contacts
Create, read, update, delete, bulk-manage, and import contacts.
Segments
Dynamic and static contact segments with filter criteria evaluation.
Lead Scoring
Rules that adjust a contact's lead score based on engagement events.
SDK
TypeScript SDK (@misar/contacts) for server-to-server access.
Base URL
All Contacts endpoints are served under:
https://api.misar.io/io/contactsAuthentication
Two auth modes are supported:
| Mode | Header | Use case |
|---|---|---|
| SSO bearer | Authorization: Bearer <access_token> | First-party misar.io UI |
| Service key | x-audience-service-key: <key> + ?user_id=<uuid> | Server-to-server (MisarMail, MisarReach) |
See Authentication for details.