Skip to content
Log in

Developers resources overview

Developers resources

Build on the
B2Brouter API.

Everything you need to integrate — authentication, versioning, guides, use cases, and the tools to send and receive compliant invoices anywhere.

API reference

send-invoice.sh
# Create a draft invoice
curl https://api.b2brouter.net/accounts/{ACCOUNT_ID}/invoices \
-u {API_KEY}: \
-H ‘Content-Type: application/json’ \
-d {
  “invoice”: {
    “contact_id”: {CONTACT_ID},
    “invoice_lines_attributes”: [{
      “description”: “Consulting services”,
    }]
  }
}’
↳ 201 Created

JSON · REST

Start here

Start using our API

Read the introduction

Tools

Build with confidence

Essential guides

Core concepts

Deep reference for the API objects you’ll use in every integration.