Skip to main content
GET
/
client
/
crm
/
packages
List packages in a branch
curl --request GET \
  --url https://v2.flabs.in/client/crm/packages \
  --header 'Authorization: Bearer <token>'
{
  "packages": [
    {
      "_id": "6530a4a6f1d2c8b7e9afedcb",
      "name": "Master Health Checkup",
      "code": "PKG-MHC",
      "total": 1499,
      "tests": [
        {
          "test": "6530a4a6f1d2c8b7e9aabcde",
          "name": "Complete Blood Count (CBC)"
        }
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developer.flabslis.com/llms.txt

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

Authorizations

Authorization
string
header
required

JWT obtained from POST /client/auth/token.

Query Parameters

branchID
string
required

Branch identifier returned by GET /client/labs.

corporateUser
string

Party-scoped accounts only. Corporate identifier — returns that corporate's negotiated pricing. Pass either corporateUser or organization, not both.

organization
string

Party-scoped accounts only. Doctor/hospital identifier — returns that organization's negotiated pricing. Pass either corporateUser or organization, not both.

Response

Packages returned

packages
object[]