Skip to main content
GET
/
order
/
get-orders-by-status
List orders by status
curl --request GET \
  --url https://demo.onlinebillingform.com/api/v2/order/get-orders-by-status \
  --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

status
integer
required

One of RECENT, PENDING, SETUP, SHIPPED, CANCELLED, RETURNED, TERMINATED, SUSPENDED, ERROR, ALL

per_page
integer

Response

OK

success
boolean