GET
/v1/loadsList 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
