curl --request GET \
--url https://demo.onlinebillingform.com/api/v2/package/group/lists \
--header 'Authorization: Bearer <token>'{
"success": true,
"groups": {
"current_page": 1,
"data": [
{
"id": 1221,
"name": "Test Package Group",
"type": 1,
"visible": "1"
}
],
"last_page": 1,
"total": 2
}
}curl --request GET \
--url https://demo.onlinebillingform.com/api/v2/package/group/lists \
--header 'Authorization: Bearer <token>'{
"success": true,
"groups": {
"current_page": 1,
"data": [
{
"id": 1221,
"name": "Test Package Group",
"type": 1,
"visible": "1"
}
],
"last_page": 1,
"total": 2
}
}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.