Misar IO Docs

API Overview

MisarReach REST API reference — base URL, authentication, credits, and endpoint index.

Base URL

https://api.misar.io/reach

Authentication

Pass your API key as a Bearer token on every request:

Authorization: Bearer msr_your_key_here

Generate keys from Dashboard → Settings → API Keys.

Credits

Lead Finder operations consume credits from your wallet:

OperationCost
Lead search job1 credit
Email verification (per email)1 verification credit
Lead scoring (per lead)1 AI credit

Free accounts receive 25 lead searches per month at no credit cost. Once the free allowance is exhausted, credits are required.

Endpoints

EndpointMethodsDescription
/api/lead-finder/searchPOSTStart an async lead search job
/api/lead-finder/jobs/:jobIdGETGet job status
/api/lead-finder/jobs/:jobId/feedbackPOSTSubmit quality feedback on results
/api/lead-finder/leadsGETList leads from a completed job
/api/lead-finder/verifyPOSTVerify email deliverability (batch, max 20)
/api/lead-finder/scorePOSTAI-score leads by jobId or leadIds
/api/lead-finder/listsGET POSTManage lead lists
/api/lead-finder/lists/:listId/syncPOSTSync list to campaign
/api/lead-finder/enrichPOSTEnrich existing lead data
/api/lead-finder/discoverPOSTDiscover leads by company/domain
/api/lead-finder/preview-messagePOSTPreview AI-generated outreach message
/api/dealsGET POSTList or create deals
/api/deals/:idGET PATCH DELETERead, update, or delete a deal
/api/pipelineGET POSTGet pipeline board or move a deal's stage
/api/unsubscribeGETUnsubscribe a contact from all campaigns
/api/autopilot/startPOSTStart an Autopilot campaign run
/api/autopilot/:id/statusGETGet Autopilot run status
/api/autopilot/runsGETList Autopilot runs

Error Format

All errors return:

{ "error": "Human-readable message" }

See Errors for status codes and common error types.