Misar IO Docs

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:

FeatureSDK namespace
Lead search (async jobs)client.leads.search()
Job status pollingclient.leads.getJob()
Lead listingclient.leads.list()
Email verificationclient.leads.verify()
Lead scoringclient.leads.score()
Company discoveryclient.leads.discover()
Lead listsclient.lists.list() / client.lists.create()
Dealsclient.deals.list() / client.deals.create() / client.deals.update()
Pipeline boardclient.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.