Skip to main content
Documentation v2.0

SyncRivo Documentation

Everything you need to build powerful integrations and connect your favorite tools. Get started in minutes with our comprehensive guides and API reference.

Quick Start

Get started with SyncRivo: connect your platforms and create your first channel bridge.

Create Your First Integration
bash
# SyncRivo customer API (API-key authentication)
# Your API key and base URL are provided during onboarding.
curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://api.example.com/v1/connections

Need help? Check out our step-by-step guide →

Getting Started

1

Create an Account

Once your SyncRivo account is provisioned and get your API key from the dashboard.

2

Install the SDK

Use npm, pip, or our REST API directly to start building integrations.

3

Build Your First Integration

Follow our quick start guide to create your first data sync in minutes.