Build on SolaBill API

Integrate invoice and credit note submission, monitor processing lifecycle, and automate ERP sync with secure multi-tenant client APIs and webhook events.

REST API v1 Token Auth Webhook Retries Sandbox Ready

Documentation Map

Integration Flow

StepActionOutput
1Login via POST /api/v1/client/auth/loginBearer access token
2Submit invoice/credit note payloadCreated document + tracking id
3Monitor with message status endpointCurrent processing state
4Handle webhook callback eventsNear-real-time state transitions
5Retry failed items with corrected dataRecovered delivery pipeline

Auth Basics

Every request must include an active client token and stay within authorized tenant/client boundaries. Unauthorized or cross-tenant access attempts are denied.

AreaRulePriority
Token UsageInclude Authorization: Bearer <token> in each protected endpoint call.Critical
Scope ControlNever reuse tokens across client accounts or tenants.Critical
RotationRotate credentials periodically and revoke compromised tokens immediately.High

Integration Best Practices