
Integrate freight operations, carrier management, and revenue analytics into your own systems with our RESTful API, SDKs, and webhooks.
32
API Endpoints
6
Official SDKs
99.97%
API Uptime
42ms
Avg Latency
Quick Start
Install the SDK, authenticate with your API key, and start querying loads, carriers, and rates immediately. Full TypeScript support included.
// Install: npm install @rbrisa/sdk
import { RBRISAClient } from '@rbrisa/sdk';
const client = new RBRISAClient({
apiKey: 'rbrisa_live_xxxxxxxxxxxx',
version: 'v2',
});
// Fetch active loads
const loads = await client.loads.list({
status: 'active',
limit: 25,
});
console.log(loads.data); // Load[]7 endpoints
Get your API key, explore the sandbox, and ship your integration in days — not months.