Documentation

Find tutorials, API references, SDK guides, and integration walkthroughs.

Filter documentation by category
Quick Start Guide Getting Started

Quick Start Guide

This quick start guide walks you through making your first API call, authenticating requests, and understanding response formats. Step 1: Get Your API Key Sign...

admin
Latest cURL JavaScript Python
Authentication & Authorization Authentication

Authentication & Authorization

All API requests must be authenticated. We support three authentication methods: API Keys, OAuth 2.0, and JWT tokens. Choose the method that best fits your use...

admin
v2.0 JavaScript Python Java
REST API Reference API Reference

REST API Reference

This reference documents all available REST API endpoints. Each endpoint includes request parameters, response schemas, and example responses. Base URL All API...

admin
v2.0 cURL
JavaScript SDK Reference SDKs & Libraries

JavaScript SDK Reference

The official JavaScript SDK provides a type-safe client for all Connectbase APIs with built-in retry logic, request batching, and streaming support....

admin
Latest JavaScript
Webhooks Integration Guide Webhooks

Webhooks Integration Guide

Webhooks allow your application to receive real-time notifications when events occur in the Connectbase platform. Instead of polling the API, register a...

admin
v2.0 JavaScript Python Ruby
Advanced Query Patterns Advanced

Advanced Query Patterns

This guide covers advanced API usage patterns for high-performance integrations that need to process large volumes of data efficiently. Filtering Use the...

admin
v2.0 cURL Python Go