Skip to main content
GET
Get all facilities

Authorizations

Authorization
string
header
required

JWT token authentication

Query Parameters

type
string

Filter by facility type

isActive
boolean

Filter by active status

Response

List of facilities

id
integer

Unique facility identifier

name
string

Facility name

type
string

Facility/site type (industry-specific, free-form — e.g. clinic, branch, warehouse, store)

address
string

Facility address

city
string

City

state
string

State

zip
string

ZIP code

phone
string

Primary phone number

email
string<email>

Primary email address

website
string | null

Facility website URL

licenseNumber
string | null

Facility license number

bedCount
integer | null

Number of beds in the facility

departments
string[]

List of departments in the facility

isActive
boolean

Whether the facility is active

createdAt
string<date-time>

Facility creation timestamp

updatedAt
string<date-time>

Last update timestamp