SDK Overview
Overview of MisarReach client SDKs — TypeScript/JavaScript is the official SDK; other languages can use the REST API directly.
Official SDK
MisarReach provides an official TypeScript/JavaScript SDK (@misar/reach-sdk) for use in Node.js and browser environments.
REST API
All functionality is available via the REST API at api.misar.io/reach. Other languages can integrate directly with HTTP requests.
Base URL: https://api.misar.io/reach
Authentication header: Authorization: Bearer msr_your_key_here
See the API Reference for endpoint documentation.
SDK capabilities
The TypeScript SDK wraps the full MisarReach REST API:
| Feature | SDK namespace |
|---|---|
| Lead search (async jobs) | client.leads.search() |
| Job status polling | client.leads.getJob() |
| Lead listing | client.leads.list() |
| Email verification | client.leads.verify() |
| Lead scoring | client.leads.score() |
| Company discovery | client.leads.discover() |
| Lead lists | client.lists.list() / client.lists.create() |
| Deals | client.deals.list() / client.deals.create() / client.deals.update() |
| Pipeline board | client.pipeline.get() / client.pipeline.move() |
Status
All SDK releases and API changes are tracked in the Changelog. Service health is monitored at status.misar.io.