Skip to content

reacherhq/landing

 
 

Repository files navigation

Quick Start

Whether you’re new to email verifications or seasoned in all things SMTP, this is where you’ll find out how to develop applications with Reacher. We offer simple code snippets for several popular programming languages.

The Reacher API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

The documentation on this page focuses on the technical side of Reacher. If you have non-technical question, be sure to also check our Help Center.

Working with Reacher's API

The first step is to fetch your unique API Auth Token. You can do so in your dashboard page. Copy the token inside your clipboard.

The next step is to make a REST API request to the reacher servers. There's only one endpoint for now: check an email. Scroll down to see the endpoint's specifications, as well as code snippets using cURL, Node.js, Python and Go.

Languages

  • JavaScript 79.8%
  • CSS 19.7%
  • HTML 0.5%