Endpoints
Partnerships
Broker partnerships where your org is the broker or the partner (distributor/brand). role is relative to you.
GET /api/v1/partnerships?limit=50{
"data": [
{
"id": "broker_x__org_y",
"role": "partner",
"counterparty": { "org_id": "broker_x", "name": "Brown Liquor Babe" },
"status": "active",
"commission_rate": 0.15,
"commission_basis": "gross_wholesale",
"territories": ["IL"],
"categories": ["spirits", "wine"],
"created_at": "2026-06-01T00:00:00.000Z"
}
],
"has_more": false,
"limit": 50
}