Skip to main content
GET
/
setting
/
lists-staff
List staff users
curl --request GET \
  --url https://demo.onlinebillingform.com/api/v2/setting/lists-staff \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "staffs": {
    "current_page": 1,
    "data": [],
    "last_page": 1,
    "total": 0
  }
}

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

per_page
integer

Response

OK

success
boolean