Developers

The BinBros API.

A clean REST + JSON API over your customers, jobs, routes, messages, and payments. Keyset-paginated, idempotent, webhook-driven. Currently in private beta — public v1 lands later this year.

Request beta access

Quickstart

Authenticate with a per-org bearer token. Everything is JSON, everything is keyset-paginated.

curl https://api.binbros.app/v1/customers \
  -H "Authorization: Bearer $BINBROS_TOKEN" \
  -H "Accept: application/json"

# Paginated response
{
  "data": [ ... ],
  "page": {
    "next": "eyJpZCI6IjAxSC4uLiJ9",
    "prev": null
  }
}

Endpoints (preview)

Full reference and OpenAPI spec ship with the public v1. Beta partners get them today.