Token authentication
Laravel Sanctum bearer tokens, scoped to one business.
A token-authenticated REST API for creating invoices and pulling GST reports from your own systems.
Laravel Sanctum bearer tokens, scoped to one business.
POST /api/v1/documents with line items; tax is computed server-side.
List and retrieve any document type with filters.
GET /api/v1/reports/gstr1 and /gstr3b as JSON.
The API uses the identical GST engine as the web app, so results always match.
A token can never read another business's data.
Sanctum bearer tokens, scoped to one business.
Send line items; tax is computed server-side by the same engine the app uses.
List and fetch any document type, with filters.
GSTR-1 and GSTR-3B as JSON, identical to what the web app shows.