Skip to main content
The BillingServ API lets your application manage customers, packages, invoices, orders, support tickets, usage, reports, and other supported account resources.

Base URL

Use your BillingServ installation’s v2 API URL:
API v1 is deprecated. New integrations should use v2.

Authentication

Generate a live API key from Admin → API Information, then send it as a bearer token:
The full key is shown once. Store it securely and never expose it in browser code, logs, or a public repository. Regenerating the key invalidates the previous key.

Request and response format

Send JSON for request bodies unless an endpoint documents another format:
Successful responses contain "success": true. Errors use the relevant HTTP status and include an error message or validation errors.

Keep your system synchronized

Polling the API is not required for every change. Configure webhooks to receive customer, payment, invoice, order, subscription, credit note, and support events as they happen.