ReachScore Docs

SDKs

Official ReachScore client libraries for your favorite languages. All SDKs are open source and fully typed.

Using the REST API Directly

All SDKs are thin wrappers around our REST API. You can use any HTTP client to interact with ReachScore.

View API Reference

SDK Features

Type Safety

Full type definitions for all requests and responses.

Automatic Retries

Built-in retry logic with exponential backoff for transient errors.

Error Handling

Typed exceptions for each error type with helpful messages.

Pagination

Auto-pagination helpers for list endpoints.