Skip to main content
GET
/
client
/
crm
/
tests
List tests in a branch
curl --request GET \
  --url https://v2.flabs.in/client/crm/tests \
  --header 'Authorization: Bearer <token>'
{
  "tests": [
    {
      "_id": "6530a4a6f1d2c8b7e9aabcde",
      "name": "Complete Blood Count (CBC)",
      "code": "CBC001",
      "cost": 350
    }
  ]
}

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

Tests returned

tests
object[]