RBRISA
API
REST API v1

RBRISA API Reference

Integrate RBRISA GROUP's freight intelligence, load management, carrier network, and rate engine directly into your systems.

Base URLhttps://api.rbrisagroup.com
Versionv1

9

Endpoints

5

Categories

4

SDKs

99.9%

API Uptime

Authentication: Bearer Token

Include your API key in every request: Authorization: Bearer YOUR_API_KEY

Get API Key
GET/v1/loads

List all loads

Returns a paginated list of all dispatch loads. Supports filtering by status, carrier, date range, and lane.

curl -X GET "https://api.rbrisagroup.com/v1/loads?status=active&limit=10" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

SDK Quick Start

Official SDKs available for JavaScript, Python, and Go. Install with your package manager:

# JavaScript / Node.js

npm install @rbrisa/sdk

# Python

pip install rbrisa

# Go

go get github.com/rbrisagroup/rbrisa-go

Rate Limits & Error Codes

Rate Limits

Starter100 req/min
Growth500 req/min
Enterprise2,000 req/min
CustomUnlimited

Error Codes

400Bad RequestInvalid parameters or body
401UnauthorizedMissing or invalid API key
403ForbiddenInsufficient permissions
404Not FoundResource does not exist
429Rate LimitedToo many requests
500Server ErrorInternal error, retry with backoff
Talk with Us