Stable REST contracts
Versioned /api/v1 resources with predictable envelopes and RFC 9457 errors.
BizSolo Developer Platform
Connect accounts, transactions, contacts, bills, quotes, invoices, and financial reports through a company-scoped API designed for small-business software.
Create a transaction
curl https://app.bizsolo.biz/api/v1/transactions \
-H "Authorization: Bearer $BIZSOLO_API_KEY" \
-H "Idempotency-Key: txn-import-001" \
-H "Content-Type: application/json" \
-d '{ ... }'Versioned /api/v1 resources with predictable envelopes and RFC 9457 errors.
Each credential belongs to one BizSolo workspace and carries explicit scopes.
Create requests use 24-hour idempotency keys and immutable audit events.