Skip to main content

Reachware API Overview

The Reachware REST API allows you to programmatically access and manage your integrations, data flows, and reports. This guide will help you get started with authentication and your first API call.

Authentication

Reachware uses API keys for authentication. Generate your API key from Settings > API Keys in your dashboard. Include the key in all requests using the Authorization header: Authorization: Bearer YOUR_API_KEY

Base URL

All API requests should be made to: https://api.reachware.com/v1/. The API returns JSON responses and accepts JSON request bodies for POST and PUT requests.

Rate Limits

The API is rate-limited to 100 requests per minute for standard plans and 1000 requests per minute for enterprise plans. Rate limit information is included in response headers.

Your First API Call

Test your setup by making a GET request to /v1/me to retrieve your account information. A successful response will return your account details with a 200 status code.

Didn’t Find Your Question?

Need assistance? Reach out to us and our team will get back to you shortly.

Contact Support
Getting Started with the Reachware API | Knowledge Base