Base URL
Use your BillingServ installation’s v2 API URL:Authentication
Generate a live API key from the API Information page in the admin panel, then send it as a bearer token:Request and response format
Send JSON for request bodies unless an endpoint documents another format:"success": true. Errors use the relevant HTTP status and include an error message or validation errors.
| Status | Meaning |
|: |: |
| 200 | Request completed successfully |
| 401 | API key is missing or invalid |
| 403 | The authenticated account cannot use the endpoint |
| 422 | Request validation failed |
| 429 | Rate limit exceeded |