RBRISA
Developer Portal
Developer Portal

Build on the RBRISA API

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

Up and running
in under 5 minutes

Install the SDK, authenticate with your API key, and start querying loads, carriers, and rates immediately. Full TypeScript support included.

01Create a free account and generate your API key
02Install the SDK for your language of choice
03Make your first API call in under 60 seconds
04Set up webhooks to receive real-time events
quickstart.ts
// 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[]

Loads

7 endpoints

Ready to start building?

Get your API key, explore the sandbox, and ship your integration in days — not months.

Talk with Us