Skip to main content
GET
/
report
/
sales-by-customer
Sales by customer report
curl --request GET \
  --url https://demo.onlinebillingform.com/api/v2/report/sales-by-customer \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://www.billingserv.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <live_api_key>.

Query Parameters

timeframe
enum<string>

yearly, monthly, or daily.

Available options:
yearly,
monthly,
daily
date
string<date>

Date in YYYY-MM-DD format.

per_page
integer

Items per page.

Required range: 1 <= x <= 100

Response

OK

success
boolean