Briso EcoTrade is built on Supabase — providing a REST and realtime API for integration with your own systems.
https://[project].supabase.co/rest/v1/
All endpoints require authentication via Bearer token. API keys are provided after account approval.
Authorization: Bearer YOUR_ACCESS_TOKEN apikey: YOUR_ANON_KEY
| Endpoint | Method | Description |
|---|---|---|
/listings | GET | List active material listings |
/listings | POST | Create a new listing |
/bids | POST | Place a bid on a listing |
/deals | GET | List your active deals |
/transports | GET | List open transport requests |
/transports | POST | Post a transport request |
/profiles | PATCH | Update company profile |
Once DIWASS becomes mandatory (21 May 2026), the Briso API provides an endpoint for submitting Annex VII information automatically:
POST /functions/v1/diwass-check
{
"dealId": "uuid",
"euralCode": "07 02 13",
"quantity": 25.4,
"fromCountry": "NL",
"toCountry": "DE"
}
The DIWASS endpoint is active from 21 May 2026 once EC credentials are registered.
Briso EcoTrade supports outbound webhooks for deal status changes. Configure your webhook URL in account settings. Events emitted:
deal.bid_placed — new bid received on your listingdeal.bid_accepted — your bid was accepteddeal.payment_received — payment confirmeddeal.delivered — delivery confirmed by buyerdeal.payout_released — payout sent to sellertransport.bid_received — carrier bid on your freight