Skip to main content
GET
/
client
/
labs
List branches
curl --request GET \
  --url https://v2.flabs.in/client/labs \
  --header 'Authorization: Bearer <token>'
{
  "branches": [
    {
      "branchID": "6530a4a6f1d2c8b7e9a12345",
      "name": "Flabs Diagnostics - Andheri",
      "contact": "9876543210"
    }
  ]
}

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.

Response

Branches returned

branches
object[]